Click or drag to resize

SolidFireElementCreateVolumeAsync Method (CreateVolumeRequest, CancellationToken)

CreateVolume enables you to create a new (empty) volume on the cluster. As soon as the volume creation is complete, the volume is available for connection via iSCSI.

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

Parameters

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

Return Value

Type: TaskCreateVolumeResult

Implements

ISolidFireElementCreateVolumeAsync(CreateVolumeRequest, CancellationToken)
See Also