OutOfProcNode Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OutOfProcNode() |
Constructor. |
OutOfProcNode(String, String) |
OutOfProcNode()
- Source:
- OutOfProcNode.cs
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