Click or drag to resize

SolidFireElementCreateSnapMirrorVolumeAsync Method (CreateSnapMirrorVolumeRequest, CancellationToken)

The SolidFire Element OS web UI uses the CreateSnapMirrorVolume method to create a volume on the remote ONTAP system.

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

Parameters

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

Return Value

Type: TaskSnapMirrorVolume

Implements

ISolidFireElementCreateSnapMirrorVolumeAsync(CreateSnapMirrorVolumeRequest, CancellationToken)
See Also