Class AddonInvoker
Base class to wrap action execution and notify to IAddon objects.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Addons
Assembly: DevZest.Data.dll
Syntax
public abstract class AddonInvoker
Constructors
Name | Description |
---|---|
AddonInvoker(AddonBag) | Initializes a new instance of the AddonInvoker class. |
Properties
Name | Description |
---|---|
AddonBag | Gets the AddonBag. |
Exception | Gets or sets the outmost Exception thrown during action execution. |
IsAsync | Gets a value indicates whether the executing action is asynchronous. |
OriginalException | Gets or sets the original Exception thrown during action execution. |
TaskStatus | Gets the TaskStatus of executing action. |