CommunicationObject.IsDisposed Property

Definition

Gets a value that indicates whether the communication object has been disposed.

protected:
 property bool IsDisposed { bool get(); };
protected bool IsDisposed { get; }
member this.IsDisposed : bool
Protected ReadOnly Property IsDisposed As Boolean

Property Value

true if the communication object is in a closed state; otherwise, false.

Remarks

An object is considered disposed when the Closed event occurs.

Applies to