Share via


AsyncUiTask Members

Represents a task that starts the user interface of a process and does not block the use of the Administration Console. The task is associated with a business object that is selected in the list pane of the Administration Console. The task is started from the task pane of the Administration Console.

The following tables list the members exposed by the AsyncUiTask type.

Public Constructors

  Name Description
AsyncUiTask Initializes a new instance of the AsyncUiTask class with the specified display name and the specified delegate method that performs the action of the task.

Top

Public Properties

  Name Description
public property ArgumentEquality Gets or sets an EqualityChecker delegate method that is used to determine whether two business objects are equal.
public property ConditionProvider  Gets or sets a Converter delegate method that is used to convert an instance of a business object to the TaskCondition for the task.(Inherited from SelectionTask)
public property Description  Gets or sets the description of the Task object.(Inherited from Task)
public property DisplayName  Gets the display name of the Task object.(Inherited from Task)
public property Icon  Gets or sets the Icon that is associated with the Task object.(Inherited from Task)
public property Initialization Gets or sets an Initializer delegate method that is used to perform any type of lengthy initialization.
public property Tag  Gets or sets an object that is used to identify the Task.(Inherited from Task)
public property UiActivation Gets or sets the behavior that the Administration Console uses to decide whether to use an existing process when the same task is selected or to start a new process each time the task is selected.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method CreateObjRef  (Inherited from Task)
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetLifetimeService  (Inherited from MarshalByRefObject)
public method GetType  (Inherited from Object)
public method InitializeLifetimeService  Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from Task)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  Overloaded. (Inherited from MarshalByRefObject)

Top

Public Events

  Name Description
public event Completed  Represents an event that is raised when a task either successfully or unsuccessfully completes.(Inherited from Task)
public event Started  Represents an event that is raised when the task successfully starts.(Inherited from Task)

Top

See Also

Reference

AsyncUiTask Generic Class
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace