|
UserDataCache(Int32, Int32) Constructor
|
Creates a new instance of the
UserDataCache with the specified number of
maximumConcurrentLocks.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public UserDataCache(
int providerID,
int maximumConcurrentLocks
)
Public Sub New (
providerID As Integer,
maximumConcurrentLocks As Integer
)
public:
UserDataCache(
int providerID,
int maximumConcurrentLocks
)
new :
providerID : int *
maximumConcurrentLocks : int -> UserDataCache
GSF.Security.UserDataCache = function(providerID, maximumConcurrentLocks);
View SourceParameters
- 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