Click or drag to resize

SecurityProviderBaseRefreshData Method

When overridden in a derived class, refreshes the UserData from the backend datastore.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public abstract bool RefreshData()
View Source

Return Value

Boolean
true if UserData is refreshed, otherwise false.

Implements

ISecurityProviderRefreshData
See Also