ReserveSnapshot¶
-
ISnapshot ITopController.ReserveSnapshot(SnapshotMode mode)¶
Reserves a snapshot instance.
- Parameters
mode – Specifies the snapshot mode.
- Returns
ISnapshot – Reserved snapshot instance.
- Throws
InvalidArgumentException– Unknown snapshot mode specified.UnsupportedException– Snapshot is not supported.UnsupportedException– Requested snapshot mode is not supported.OutOfResourcesException– No snapshot instance available.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.IncompatibleException– Incompatible firmware version loaded.System.ObjectDisposedException– Object is disposed.
- Remarks
See the product specific documentation for the maximum supported number of snapshot instances.