AsyncAction Delegate
Represents a method that is used to run an asynchronous task.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Parameters
- initializationObj
-
Type:
System::Object^
An implementation-defined object that is returned from an Initializer delegate method.
The object that is returned from this method is associated with the return value of a TaskCompletedEventArgs object.
An asynchronous task is created by initializing an AsyncUiTask object.
Community Additions
ADD
Show: