Click or drag to resize

IStorageProviderIsAvailable Method

Indicates if the storage medium that backs this provider is currently available.

Namespace: Ignition.Utility
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
bool IsAvailable()

Return Value

Boolean
True if the storage medium is available; otherwise false
Remarks
If this method returns false, the storage provider should not be used.
See Also