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)
Syntax
public delegate object Initializer()
public delegate Object^ Initializer()
Public Delegate Function Initializer As Object
Return Value
Type: System.Object
An implementation-defined object that is used by an asynchronous task.
Remarks
For more information about asynchronous tasks, see AsyncUiTask.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top