PipeClient.newmethod Method  
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
| newmethod(String, String) | Initializes a new instance of the PipeClient class. | 
| newmethod(String, String, Boolean) | 
newmethod(String, String)
Initializes a new instance of the PipeClient class.
public:
 void newmethod(System::String ^ text1, System::String ^ text2);public void newmethod(string text1, string text2);override this.newmethod : string * string -> unitPublic Sub newmethod (text1 As String, text2 As String)Parameters
- text1
- String
- text2
- String
Applies to
newmethod(String, String, Boolean)
public:
 void newmethod(System::String ^ _servername, System::String ^ _pipename, bool _blocking);public void newmethod(string _servername, string _pipename, bool _blocking);override this.newmethod : string * string * bool -> unitPublic Sub newmethod (_servername As String, _pipename As String, _blocking As Boolean)Parameters
- _servername
- String
- _pipename
- String
- _blocking
- Boolean