Click or drag to resize

AdoSecurityCache Constructor

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

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public AdoSecurityCache(
	int maximumConcurrentLocks = 10
)
View Source

Parameters

maximumConcurrentLocks  Int32  (Optional)
Maximum concurrent reader locks to allow.
See Also