AsyncDependentActivityIdentified() public méthode

Called by the thread that is initiating an async activity on a second thread.
public AsyncDependentActivityIdentified ( ) : ActivityInfo
Résultat ActivityInfo
Exemple #1
0
 public AsyncActivity(SessionTracker tracker)
 {
     this.tracker  = tracker;
     this.activity = tracker.AsyncDependentActivityIdentified();
 }
Exemple #2
0
 public AsyncActivity(SessionTracker tracker)
 {
     this.tracker = tracker;
     this.activity = tracker.AsyncDependentActivityIdentified();
 }