API Reference
Class
WindowsPowerActionResult
Result returned by local Windows power actions.
Inheritance
- Object
- WindowsPowerActionResult
Constructors
public WindowsPowerActionResult(Boolean Succeeded, String Message) #Result returned by local Windows power actions.
Parameters
- Succeeded System.Boolean
- True when the power action request was accepted successfully.
- Message System.String
- Human-readable action result detail.
Methods
public WindowsPowerActionResult <Clone>$() #Returns:
WindowsPowerActionResultpublic Void Deconstruct(out Boolean Succeeded, out String Message) #Returns:
VoidParameters
- Succeeded Boolean
- Message String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String