API Reference
Class
WindowsMediaActionResult
Result returned by local Windows media transport actions.
Inheritance
- Object
- WindowsMediaActionResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public WindowsMediaActionResult(Boolean Succeeded, String Message) #Result returned by local Windows media transport actions.
Parameters
- Succeeded System.Boolean
- True when the action succeeded.
- Message System.String
- Human-readable action result detail.
Methods
public WindowsMediaActionResult <Clone>$() #Returns:
WindowsMediaActionResultpublic 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