pipe クラス : Release() メソッド

説明

pipe で使用されるアンマネージリソースを解放します。

構文

pipeInstance.Release()

引数

無し。

返り値

無し。

サンプルコード

1:

pipe p = new pipe("newchannel"); // Channel open.

2:

... // Communication.

3:

p.Release(); // Channel close.

注意

Release() メソッドを呼び出すとチャンネルが閉じられ、インスタンスは初期化されていない状態に戻ります。

参照リンク

無し。

Copyright © Cooker All rights reserved.