ParallelDependentActivityIdentified() public method

Called by the thread that is initiating an async activity on a second thread.
public ParallelDependentActivityIdentified ( ) : ActivityInfo
return ActivityInfo
Example #1
0
 public ParallelActivity(SessionTracker tracker)
 {
     this.tracker = tracker;
     this.activity = tracker.ParallelDependentActivityIdentified();
 }
Example #2
0
 public ParallelActivity(SessionTracker tracker)
 {
     this.tracker  = tracker;
     this.activity = tracker.ParallelDependentActivityIdentified();
 }