Click or drag to resize

SolidFireElementGetProtectionDomainLayoutAsync Method

GetProtectionDomainLayout returns all of the Protection Domain information for the cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetProtectionDomainLayoutResult> GetProtectionDomainLayoutAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetProtectionDomainLayoutResult

Implements

ISolidFireElementGetProtectionDomainLayoutAsync(CancellationToken)
See Also