AsyncAction Delegate

Represents a method that is used to run an asynchronous task.

Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)

public delegate Object AsyncAction (
	Object initializationObj
)
/** @delegate */
public delegate Object AsyncAction (
	Object initializationObj
)

Parameters

initializationObj

An implementation-defined object that is returned from an Initializer delegate method.

Return Value

An implementation-defined object.

The object that is returned from this method is associated with the return value of a TaskCompletedEventArgs object.

An asynchronous task is created by initializing an AsyncUiTask object.


Development Platforms

Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Target Platforms

Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Community Additions

Show: