AsyncDependentActivityIdentified() public method

Called by the thread that is initiating an async activity on a second thread.
public AsyncDependentActivityIdentified ( ) : ActivityInfo
return ActivityInfo
コード例 #1
0
 public AsyncActivity(SessionTracker tracker)
 {
     this.tracker  = tracker;
     this.activity = tracker.AsyncDependentActivityIdentified();
 }
コード例 #2
0
ファイル: AsyncActivity.cs プロジェクト: vc3/Amnesia
 public AsyncActivity(SessionTracker tracker)
 {
     this.tracker = tracker;
     this.activity = tracker.AsyncDependentActivityIdentified();
 }