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