ICustomProvider.IsInitialized Method ()

 

Gets the initialization status of the configuration store.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

bool IsInitialized()
bool IsInitialized()
abstract IsInitialized : unit -> bool
Function IsInitialized As Boolean

Return Value

Type: System.Boolean

Returns true if the configuration store is initialized.

See Also

ICustomProvider Interface
Microsoft.ApplicationServer.Caching Namespace

Return to top