CreateScope() 공개 메소드

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