|
UserRoleCache Constructor
|
Creates a new instance of the
UserRoleCache with the specified number of
maximumConcurrentLocks.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.207-beta
Syntax public UserRoleCache(
int maximumConcurrentLocks = 10
)
Public Sub New (
Optional maximumConcurrentLocks As Integer = 10
)
public:
UserRoleCache(
int maximumConcurrentLocks = 10
)
new :
?maximumConcurrentLocks : int
(* Defaults:
let _maximumConcurrentLocks = defaultArg maximumConcurrentLocks 10
*)
-> UserRoleCache
GSF.Security.UserRoleCache = function(maximumConcurrentLocks);
View SourceParameters
- maximumConcurrentLocks Int32 (Optional)
- Maximum concurrent reader locks to allow.
See Also