Click or drag to resize

SolidFireElementControlPower Method (String, Boolean, String)

ControlPower can be used to reboot or halt a node.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ControlPowerResult ControlPower(
	string Action,
	bool Force,
	string WakeupDelay = null
)

Parameters

Action
Type: SystemString
Force
Type: SystemBoolean
WakeupDelay (Optional)
Type: SystemString

Return Value

Type: ControlPowerResult

Implements

ISolidFireElementControlPower(String, Boolean, String)
See Also