Click or drag to resize

SecurityProviderCacheDisableAutoRefresh(ISecurityProvider, Boolean) Method

Removes the given provider from the collection of providers being automatically refreshed.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public static void DisableAutoRefresh(
	ISecurityProvider provider,
	bool useAlternate = false
)
View Source

Parameters

provider  ISecurityProvider
The provider to be removed.
useAlternate  Boolean  (Optional)
Indicates whether the alternate ISecurityProvider should be used.
See Also