Show / Hide Table of Contents

Class AddonInvoker

Base class to wrap action execution and notify to IAddon objects.

Inheritance
System.Object
AddonInvoker
AddonInvoker<T>
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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest