AsyncAction<TBusinessObject> Delegate
Represents a method that is used to run an asynchronous task that is associated with a business object. The associated business object is selected in the list pane of the Dashboard.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
generic<typename TBusinessObject> public delegate Object^ AsyncAction( TBusinessObject businessObj, Object^ initializationObj )
Parameters
- businessObj
-
Type:
TBusinessObject
The instance of the currently selected business object.
- initializationObj
-
Type:
System::Object^
An implementation-defined object that is returned from an Initializer<TBusinessObject> delegate method.
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.
The object that is returned from this method is associated with the return value of a TaskCompletedEventArgs object.
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.
An asynchronous task that is associated to a business object is created by initializing an AsyncUiTask<TBusinessObject> object.