MessageClientEntity.IsClosed Property

Gets or sets a value that indicates whether the message client entity is closed.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
Public ReadOnly Property IsClosed As Boolean
    Get
'Usage
Dim instance As MessageClientEntity
Dim value As Boolean

value = instance.IsClosed
public bool IsClosed { get; }
public:
virtual property bool IsClosed {
    bool get () sealed;
}
abstract IsClosed : bool
override IsClosed : bool
final function get IsClosed () : boolean

Property Value

Type: System.Boolean
true if the message client entity is closed; otherwise, false.

See Also

Reference

MessageClientEntity Class

Microsoft.ServiceBus.Messaging Namespace