Click or drag to resize

SolidFireElementListSnapMirrorNetworkInterfacesAsync Method (ListSnapMirrorNetworkInterfacesRequest, CancellationToken)

The SolidFire Element OS web UI uses the ListSnapMirrorNetworkInterfaces method to list all available SnapMirror interfaces on a remote ONTAP system

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

Parameters

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

Return Value

Type: TaskListSnapMirrorNetworkInterfacesResult

Implements

ISolidFireElementListSnapMirrorNetworkInterfacesAsync(ListSnapMirrorNetworkInterfacesRequest, CancellationToken)
See Also