Initializer<TBusinessObject> 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 Dashboard.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
generic<typename TBusinessObject> public delegate Object^ Initializer( TBusinessObject businessObj )
Parameters
- businessObj
-
Type:
TBusinessObject
A business object that encapsulates information and methods that relate to business data or business functionality.
Return Value
Type: System::Object^An implementation-defined object that is used by an asynchronous task.
Type Parameters
- 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.
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.