PipeStream.IsConnected プロパティ

定義

PipeStream オブジェクトが接続されているかどうかを示す値を取得または設定します。

public:  property bool IsConnected {  public:
bool get(); protected:
 void set(bool value); };
public bool IsConnected { get; protected set; }
member this.IsConnected : bool with get, set
Public Property IsConnected As Boolean

プロパティ値

PipeStream オブジェクトが接続されている場合は true。それ以外の場合は false

注釈

プロパティは IsConnectedtrue オブジェクトが接続されている場合にのみ を PipeStream 返します。 このプロパティが を返す false場合、パイプが接続を待機しているか、切断、閉じている、または破損している可能性があります。

適用対象