Click or drag to resize

SolidFireElementGetVolumeCountAsync Method

GetVolumeCount enables you to retrieve the number of volumes currently in the system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetVolumeCountResult> GetVolumeCountAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetVolumeCountResult

Implements

ISolidFireElementGetVolumeCountAsync(CancellationToken)
See Also