Click or drag to resize

ISolidFireElementGetSnapMirrorClusterIdentityAsync Method (GetSnapMirrorClusterIdentityRequest, CancellationToken)

The SolidFire Element OS web UI uses GetSnapMirrorClusterIdentity to get identity information about the ONTAP cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<GetSnapMirrorClusterIdentityResult> GetSnapMirrorClusterIdentityAsync(
	GetSnapMirrorClusterIdentityRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskGetSnapMirrorClusterIdentityResult
See Also