ISolidFireElement.ListSnapMirrorAggregatesAsync Method (CancellationToken, Nullable<Int64>) |
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
SyntaxTask<ListSnapMirrorAggregatesResult> ListSnapMirrorAggregatesAsync(
CancellationToken cancellationToken,
Nullable<long> SnapMirrorEndpointID = null
)
Parameters
- cancellationToken
- Type: System.Threading.CancellationToken
- SnapMirrorEndpointID (Optional)
- Type: System.Nullable<Int64>
Return Value
Type:
Task<ListSnapMirrorAggregatesResult>
See Also