Click or drag to resize

UserRoleCache Constructor

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

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

Parameters

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