Click or drag to resize

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

Parameters

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

Return Value

Type: TaskGetNvramInfoResult

Implements

ISolidFireElementGetNvramInfoAsync(GetNvramInfoRequest, CancellationToken)
See Also