Click or drag to resize

SolidFireElementGetSystemStatusAsync Method

GetSystemStatus enables you to return whether a reboot ir required or not.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetSystemStatusResult

Implements

ISolidFireElementGetSystemStatusAsync(CancellationToken)
See Also