pipeclient クラス : pipeclient(string) フィッタ

説明

pipeclient クラスの新しいインスタンスを取得します。

構文

new pipeclient(string channelName)

引数

クラス名前説明
stringchannelNameチャンネル名。

返り値

クラス説明
pipeclientpipeclient クラスの新しいインスタンス。

サンプルコード

1:

pipe p = new pipe("newchannel");

2:

pipeclient pClient = new pipeclient("newchannel");

注意

指定した名前の pipe に対する pipeclient を取得します。

参照リンク

無し。

Copyright © Cooker All rights reserved.