BackgroundActionPool TParam, TReturn  a_OnDone Method A Sandcastle Documented Class Library
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: BackgroundTask
Assembly: BackgroundTask (in BackgroundTask.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private void a_OnDone(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: OnlineSystem Object

[Missing <param name="sender"/> documentation for "M:BackgroundTask.BackgroundActionPool`2.a_OnDone(System.Object,System.EventArgs)"]

e
Type: OnlineSystem EventArgs

[Missing <param name="e"/> documentation for "M:BackgroundTask.BackgroundActionPool`2.a_OnDone(System.Object,System.EventArgs)"]

See Also