pipeclient class : pipeclient(string) fitter
Description
Get a new instance of the pipeclient class.
Syntax
new pipeclient(string channelName)
Arguments
Class | Name | Description |
string | channelName | Channel name. |
Return value
Class | Description |
pipeclient | A new instance of the pipeclient class. |
Sample code
1: | pipe p = new pipe("newchannel"); |
2: | pipeclient pClient = new pipeclient("newchannel"); |
Notes
Gets the pipeclient for the pipe specified by the argument.
Links for reference
None.