Click or drag to resize

SolidFireElementListDeletedVolumesAsync Method (ListDeletedVolumesRequest, CancellationToken)

ListDeletedVolumes enables you to retrieve the list of volumes that have been marked for deletion and purged from the system.

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

Parameters

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

Return Value

Type: TaskListDeletedVolumesResult

Implements

ISolidFireElementListDeletedVolumesAsync(ListDeletedVolumesRequest, CancellationToken)
See Also