Esempio n. 1
0
 /// <summary>
 /// Instantiates a new MSBuild process acting as a child node.
 /// </summary>
 public bool CreateNode(int nodeId, INodePacketFactory factory, NodeConfiguration configuration)
 {
     throw new NotImplementedException("Use the other overload of CreateNode instead");
 }
Esempio n. 2
0
 /// <summary>
 /// Creates a node on an available NodeProvider, if any..
 /// </summary>
 /// <param name="configuration">The configuration to use for the remote node.</param>
 /// <param name="nodeAffinity">The <see cref="NodeAffinity"/> to use.</param>
 /// <returns>A NodeInfo describing the node created, or null if none could be created.</returns>
 public NodeInfo CreateNode(NodeConfiguration configuration, NodeAffinity nodeAffinity)
 {
     throw new NotSupportedException("not used");
 }