Exemplo n.º 1
0
 public ThreadPoolCode(ThreadPoolCode c)
 {
     _code = c._code;
 }
Exemplo n.º 2
0
Arquivo: Utils.cs Projeto: zmyer/rDSN
 public TaskCode(string name, dsn_task_type_t type, dsn_task_priority_t pri, ThreadPoolCode pool)
 {
     _code = Native.dsn_task_code_register(name, type, pri, pool);
 }
Exemplo n.º 3
0
 public TaskCode(string name, dsn_task_type_t type, dsn_task_priority_t pri, ThreadPoolCode pool)
 {
     _code = Native.dsn_task_code_register(name, type, pri, pool);
 }
Exemplo n.º 4
0
Arquivo: Utils.cs Projeto: zmyer/rDSN
 public ThreadPoolCode(ThreadPoolCode c)
 {
     _code = c._code;
 }