AsyncDependentActivityStarted() public method

Called by the thread executing the async activity
public AsyncDependentActivityStarted ( ActivityInfo parentActivity ) : void
parentActivity ActivityInfo
return void
Exemplo n.º 1
0
 public void Starting()
 {
     tracker.AsyncDependentActivityStarted(activity);
 }