 | IStorageProviderIsAvailable Method |
Indicates if the storage medium that backs this provider is currently available.
Namespace: Ignition.UtilityAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxFunction IsAvailable As Boolean
abstract IsAvailable : unit -> bool
Return Value
BooleanTrue if the storage medium is available; otherwise false
Remarks
If this method returns false, the storage provider should not be used.
See Also