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());
 }