|
LdapSecurityProviderRefreshData(UserData, ListString, Int32) Method
|
Refreshes the
UserData from the backend data store loading user groups into desired collection.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntaxprotected virtual bool RefreshData(
UserData userData,
List<string> groupCollection,
int providerID
)
Protected Overridable Function RefreshData (
userData As UserData,
groupCollection As List(Of String),
providerID As Integer
) As Boolean
protected:
virtual bool RefreshData(
UserData^ userData,
List<String^>^ groupCollection,
int providerID
)
abstract RefreshData :
userData : UserData *
groupCollection : List<string> *
providerID : int -> bool
override RefreshData :
userData : UserData *
groupCollection : List<string> *
providerID : int -> bool
function RefreshData(userData, groupCollection, providerID);
View SourceParameters
- userData UserData
- The structure for the data being refreshed.
- groupCollection ListString
- Target collection for user groups.
- providerID Int32
- Unique provider ID used to distinguish cached user data that may be different based on provider.
Return Value
Booleantrue if
UserData is refreshed, otherwise false.
See Also