Click or drag to resize

SolidFireElementCreateSnapMirrorEndpointAsync Method (CancellationToken, String, String, String)

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(
	CancellationToken cancellationToken,
	string ManagementIP,
	string Username,
	string Password
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
ManagementIP
Type: SystemString
Username
Type: SystemString
Password
Type: SystemString

Return Value

Type: TaskCreateSnapMirrorEndpointResult

Implements

ISolidFireElementCreateSnapMirrorEndpointAsync(CancellationToken, String, String, String)
See Also