Click or drag to resize

ISolidFireElementGetNvramInfoAsync Method (GetNvramInfoRequest, CancellationToken)

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#
Task<GetNvramInfoResult> GetNvramInfoAsync(
	GetNvramInfoRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskGetNvramInfoResult
See Also