Click or drag to resize

SolidFireElement.ListSnapMirrorEndpointsAsync Method (ListSnapMirrorEndpointsRequest, CancellationToken)

The SolidFire Element OS web UI uses the ListSnapMirrorEndpoints method to list all SnapMirror endpoints that the SolidFire cluster is communicating with.

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

Parameters

obj
Type: SolidFire.Element.Api.ListSnapMirrorEndpointsRequest
cancellationToken
Type: System.Threading.CancellationToken

Return Value

Type: Task<ListSnapMirrorEndpointsResult>

Implements

ISolidFireElement.ListSnapMirrorEndpointsAsync(ListSnapMirrorEndpointsRequest, CancellationToken)
See Also