Click or drag to resize

SecurityProviderCacheDisableAutoRefresh(ISecurityProvider) 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 void DisableAutoRefresh(
	ISecurityProvider provider
)
View Source

Parameters

provider  ISecurityProvider
The provider to be removed.
See Also