Initializer Delegate

 

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

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

public delegate Object^ Initializer()

Return Value

Type: System::Object^

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

For more information about asynchronous tasks, see AsyncUiTask.

Return to top

Community Additions

ADD
Show: