pipeclient クラス : pipeclient(string) フィッタ
説明
pipeclient クラスの新しいインスタンスを取得します。
構文
new pipeclient(string channelName)
引数
クラス | 名前 | 説明 |
string | channelName | チャンネル名。 |
返り値
クラス | 説明 |
pipeclient | pipeclient クラスの新しいインスタンス。 |
サンプルコード
1: | pipe p = new pipe("newchannel"); |
2: | pipeclient pClient = new pipeclient("newchannel"); |
注意
指定した名前の pipe に対する pipeclient を取得します。
参照リンク
無し。