Click or drag to resize

SolidFireElementGetPatchInfoAsync Method (CancellationToken, NullableBoolean)

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(
	CancellationToken cancellationToken,
	Nullable<bool> Force = null
)

Parameters

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

Return Value

Type: TaskGetPatchInfoResult

Implements

ISolidFireElementGetPatchInfoAsync(CancellationToken, NullableBoolean)
See Also