AsyncAction Delegate
Represents a method that is used to run an asynchronous task.
Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)
/** @delegate */ public delegate Object AsyncAction ( Object initializationObj )
Parameters
- initializationObj
An implementation-defined object that is returned from an Initializer delegate method.
Return Value
An implementation-defined object.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
Show: