Click or drag to resize

UserDataCache(Int32, Int32) Constructor

Creates a new instance of the UserDataCache with the specified number of maximumConcurrentLocks.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public UserDataCache(
	int providerID,
	int maximumConcurrentLocks
)
View Source

Parameters

providerID  Int32
Unique provider ID used to distinguish cached user data that may be different based on provider.
maximumConcurrentLocks  Int32
Maximum concurrent reader locks to allow.
See Also