Click or drag to resize

SolidFireElementGetNvramInfoAsync Method (CancellationToken, NullableBoolean)

GetNvramInfo enables you to retrieve information from each node about the NVRAM card.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetNvramInfoResult> GetNvramInfoAsync(
	CancellationToken cancellationToken,
	Nullable<bool> Force = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Force (Optional)
Type: SystemNullableBoolean

Return Value

Type: TaskGetNvramInfoResult

Implements

ISolidFireElementGetNvramInfoAsync(CancellationToken, NullableBoolean)
See Also