OutOfProcNode Constructors

Definition

Overloads

OutOfProcNode()

Constructor.

OutOfProcNode(String, String)

OutOfProcNode()

Constructor.

public:
 OutOfProcNode();
public OutOfProcNode ();
Public Sub New ()

Applies to

OutOfProcNode(String, String)

public:
 OutOfProcNode(System::String ^ clientToServerPipeHandle, System::String ^ serverToClientPipeHandle);
public OutOfProcNode (string clientToServerPipeHandle, string serverToClientPipeHandle);
new Microsoft.Build.Execution.OutOfProcNode : string * string -> Microsoft.Build.Execution.OutOfProcNode
Public Sub New (clientToServerPipeHandle As String, serverToClientPipeHandle As String)

Parameters

clientToServerPipeHandle
String
serverToClientPipeHandle
String

Applies to