Initializer Generic Delegate

Represents a method that is used to initialize an asynchronous task that is associated with a selected item in the list pane of the Administration Console.

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

public delegate Object Initializer<TBusinessObject> (
	TBusinessObject businessObj
)

Parameters

businessObj

A business object that encapsulates information and methods that relate to business data or business functionality.

Return Value

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

For more information about asynchronous tasks, see AsyncUiTask.

TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.


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: