Event arguments representing the completion of a parallel action.
More...
|
object | State [get] |
| The opaque state object that identifies the action (null otherwise). More...
|
|
Exception | Exception [get] |
| T he exception thrown by the parallel action, or null if it completed without exception. More...
|
|
Event arguments representing the completion of a parallel action.
Definition at line 205 of file Forker.cs.
Exception Hydrogen.Threading.Forker.ParallelEventArgs.Exception |
|
get |
T he exception thrown by the parallel action, or null if it completed without exception.
Definition at line 235 of file Forker.cs.
object Hydrogen.Threading.Forker.ParallelEventArgs.State |
|
get |
The opaque state object that identifies the action (null otherwise).
Definition at line 230 of file Forker.cs.