Initializer Delegate

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

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

public delegate Object Initializer ()
/** @delegate */
public delegate Object Initializer ()

Return Value

An implementation-defined object that is used by an asynchronous task.

For more information about asynchronous tasks, see AsyncUiTask.


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: