Click or drag to resize

SolidFireElementDeleteGroupSnapshotAsync Method (DeleteGroupSnapshotRequest, CancellationToken)

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(
	DeleteGroupSnapshotRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiDeleteGroupSnapshotRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskDeleteGroupSnapshotResult

Implements

ISolidFireElementDeleteGroupSnapshotAsync(DeleteGroupSnapshotRequest, CancellationToken)
See Also