pipeclient class : pipeclient(string) fitter

Description

Get a new instance of the pipeclient class.

Syntax

new pipeclient(string channelName)

Arguments

ClassNameDescription
stringchannelNameChannel name.

Return value

ClassDescription
pipeclientA 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.

Copyright © Cooker All rights reserved.