Click or drag to resize

SolidFireElementListGroupSnapshotsAsync Method (ListGroupSnapshotsRequest, CancellationToken)

ListGroupSnapshots enables you to get information about all group snapshots that have been created.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListGroupSnapshotsResult> ListGroupSnapshotsAsync(
	ListGroupSnapshotsRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskListGroupSnapshotsResult

Implements

ISolidFireElementListGroupSnapshotsAsync(ListGroupSnapshotsRequest, CancellationToken)
See Also