Click or drag to resize

SolidFireElementGetOntapVersionInfoAsync Method (CancellationToken, NullableInt64)

The SolidFire Element OS web UI uses GetOntapVersionInfo to get information about API version support from the ONTAP cluster in a SnapMirror relationship.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetOntapVersionInfoResult> GetOntapVersionInfoAsync(
	CancellationToken cancellationToken,
	Nullable<long> SnapMirrorEndpointID = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointID (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskGetOntapVersionInfoResult

Implements

ISolidFireElementGetOntapVersionInfoAsync(CancellationToken, NullableInt64)
See Also