Click or drag to resize

SolidFireElementListSnapMirrorAggregatesAsync Method (ListSnapMirrorAggregatesRequest, CancellationToken)

The SolidFire Element OS web UI uses the ListSnapMirrorAggregates method to list all SnapMirror aggregates that are available on the remote ONTAP system. An aggregate describes a set of physical storage resources.

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

Parameters

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

Return Value

Type: TaskListSnapMirrorAggregatesResult

Implements

ISolidFireElementListSnapMirrorAggregatesAsync(ListSnapMirrorAggregatesRequest, CancellationToken)
See Also