Click or drag to resize

SolidFireElementCreateSnapMirrorEndpointAsync Method (CreateSnapMirrorEndpointRequest, CancellationToken)

The SolidFire Element OS web UI uses the CreateSnapMirrorEndpoint method to create a relationship with a remote SnapMirror endpoint.

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

Parameters

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

Return Value

Type: TaskCreateSnapMirrorEndpointResult

Implements

ISolidFireElementCreateSnapMirrorEndpointAsync(CreateSnapMirrorEndpointRequest, CancellationToken)
See Also