Click or drag to resize

SolidFireElementDeleteSnapshotAsync Method

Overload List
  NameDescription
Public methodDeleteSnapshotAsync(CancellationToken, Int64)
DeleteSnapshot enables you to delete a snapshot. A snapshot that is currently the "active" snapshot cannot be deleted. You must rollback and make another snapshot "active" before the current snapshot can be deleted. For more details on rolling back snapshots, see RollbackToSnapshot.
Public methodDeleteSnapshotAsync(DeleteSnapshotRequest, CancellationToken)
DeleteSnapshot enables you to delete a snapshot. A snapshot that is currently the "active" snapshot cannot be deleted. You must rollback and make another snapshot "active" before the current snapshot can be deleted. For more details on rolling back snapshots, see RollbackToSnapshot.
Top
See Also