Пример #1
0
 public NodeEventArgs(NodeInfo nodeInfo, string status, NodeEventType eventType)
 {
     NodeInfo  = nodeInfo;
     Status    = status;
     EventType = eventType;
 }
Пример #2
0
 public NodeEventArgs(NodeInfo nodeInfo, string status, bool stopped)
 {
     NodeInfo = nodeInfo;
     Status   = status;
     Stopped  = stopped;
 }
Пример #3
0
 public NodeEventArgs(NodeInfo nodeInfo, string status, bool stopped)
 {
     NodeInfo = nodeInfo;
     Status = status;
     Stopped = stopped;
 }