ISolidFireElementControlPowerAsync Method (CancellationToken, 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 Task<ControlPowerResult> ControlPowerAsync(
CancellationToken cancellationToken,
string Action,
bool Force,
string WakeupDelay = null
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- Action
- Type: SystemString
- Force
- Type: SystemBoolean
- WakeupDelay (Optional)
- Type: SystemString
Return Value
Type:
TaskControlPowerResultSee Also