Click or drag to resize

SolidFireElementModifySnapMirrorEndpointAsync Method (ModifySnapMirrorEndpointRequest, CancellationToken)

The SolidFire Element OS web UI uses the ModifySnapMirrorEndpoint method to change the name and management attributes for a SnapMirror endpoint.

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

Parameters

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

Return Value

Type: TaskModifySnapMirrorEndpointResult

Implements

ISolidFireElementModifySnapMirrorEndpointAsync(ModifySnapMirrorEndpointRequest, CancellationToken)
See Also