Click or drag to resize

SolidFireElementGetPatchInfoAsync Method (GetPatchInfoRequest, CancellationToken)

GetPatchInfo enables you to display the details of D-patch information for the given node.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetPatchInfoResult> GetPatchInfoAsync(
	GetPatchInfoRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskGetPatchInfoResult

Implements

ISolidFireElementGetPatchInfoAsync(GetPatchInfoRequest, CancellationToken)
See Also