CreateScope() public method

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