This method is called when an action is done. Then it increments the current index
and runs the next, when available. If not, it will raise the OnAllDone-Event.
Namespace: BackgroundTaskAssembly: BackgroundTask (in BackgroundTask.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- sender
- Type:
System Object
[Missing <param name="sender"/> documentation for "M:BackgroundTask.BackgroundActionPool`2.a_OnDone(System.Object,System.EventArgs)"]
- e
- Type:
System EventArgs
[Missing <param name="e"/> documentation for "M:BackgroundTask.BackgroundActionPool`2.a_OnDone(System.Object,System.EventArgs)"]
See Also