IsInitialized Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
'Declaration
Public Function IsInitialized As Boolean
'Usage
Dim instance As CustomProviderProxy
Dim returnValue As Boolean
returnValue = instance.IsInitialized()
public bool IsInitialized()
public:
virtual bool IsInitialized() sealed
abstract IsInitialized : unit -> bool
override IsInitialized : unit -> bool
public final function IsInitialized() : boolean
Return Value
Type: System. . :: . .Boolean
Returns Boolean.
Implements
ICustomProvider. . :: . .IsInitialized() () () ()