Click or drag to resize

SolidFireElementGetPatchInfo Method (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 GetPatchInfoResult GetPatchInfo(
	Nullable<bool> Force = null
)

Parameters

Force (Optional)
Type: SystemNullableBoolean

Return Value

Type: GetPatchInfoResult

Implements

ISolidFireElementGetPatchInfo(NullableBoolean)
See Also