Exemplo n.º 1
0
 /// <summary>
 /// Run the supplied deployment on the node.  This is a syncrhonous operation and will block until
 /// the node deployment is completed.
 /// </summary>
 public void Deploy(Deployment d, NodeAuth auth)
 {
     d.Run (this, auth);
 }