|
UserDataCacheGetCurrentCache Method
|
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
SyntaxPublic Shared Function GetCurrentCache (
providerID As Integer
) As UserDataCache
static member GetCurrentCache :
providerID : int -> UserDataCache
GSF.Security.UserDataCache.GetCurrentCache = function(providerID);
View SourceParameters
- providerID Int32
- Unique security provider ID used to distinguish cached user data that may be different based on provider.
Return Value
UserDataCacheLoaded instance of the
UserDataCache.
See Also