CreateScope() public method

public CreateScope ( string tag ) : ITaskScope
tag string
return ITaskScope
Esempio n. 1
0
 ITaskScope ITaskSupervisor.CreateScope(string tag)
 {
     return(_supervisor.CreateScope(tag));
 }
Esempio n. 2
0
 ITaskSupervisorScope ITaskSupervisor.CreateScope()
 {
     return(_supervisor.CreateScope());
 }