Ejemplo n.º 1
0
 internal WaitChainEventArgs(WctAsyncStatus status, Boolean isCycle, IList<WaitChainNode> nodes) {
    m_status = status;
    m_isCycle = isCycle;
    m_nodes = nodes;
 }
Ejemplo n.º 2
0
 internal WaitChainEventArgs(WctAsyncStatus status, Boolean isCycle, IList <WaitChainNode> nodes)
 {
     m_status  = status;
     m_isCycle = isCycle;
     m_nodes   = nodes;
 }