Hydrogen Framework  1.3.1
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Hydrogen.Threading.Forker.ParallelEventArgs Class Reference

Event arguments representing the completion of a parallel action. More...

+ Inheritance diagram for Hydrogen.Threading.Forker.ParallelEventArgs:

Properties

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...
 

Detailed Description

Event arguments representing the completion of a parallel action.

Definition at line 205 of file Forker.cs.

Property Documentation

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.