Class AimpActionResult
Class AimpActionResult.
Inheritance
System.Object
AimpActionResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: AIMP.SDK
Assembly: AIMP.SDK.dll
Syntax
public class AimpActionResult
Constructors
AimpActionResult(ActionResultType)
Initializes a new instance of the AimpActionResult class.
Declaration
public AimpActionResult(ActionResultType resultType)
Parameters
Type | Name | Description |
---|---|---|
ActionResultType | resultType | Type of the result. |
Properties
ResultType
Gets the type of the result.
Declaration
public ActionResultType ResultType { get; }