Click or drag to resize

SolidFireElementDeleteGroupSnapshotAsync Method (CancellationToken, Int64, Boolean)

DeleteGroupSnapshot enables you to delete a group snapshot. You can use the saveMembers parameter to preserve all the snapshots that were made for the volumes in the group, but the group association is removed.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<DeleteGroupSnapshotResult> DeleteGroupSnapshotAsync(
	CancellationToken cancellationToken,
	long GroupSnapshotID,
	bool SaveMembers
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
GroupSnapshotID
Type: SystemInt64
SaveMembers
Type: SystemBoolean

Return Value

Type: TaskDeleteGroupSnapshotResult

Implements

ISolidFireElementDeleteGroupSnapshotAsync(CancellationToken, Int64, Boolean)
See Also