MessageClientEntity.ThrowIfDisposedOrNotOpen Method

Throws an exception if the client is disposed or not open.

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

Syntax

'Declaration
Protected Sub ThrowIfDisposedOrNotOpen
'Usage

Me.ThrowIfDisposedOrNotOpen()
protected void ThrowIfDisposedOrNotOpen()
protected:
void ThrowIfDisposedOrNotOpen()
member ThrowIfDisposedOrNotOpen : unit -> unit 
protected function ThrowIfDisposedOrNotOpen()

See Also

Reference

MessageClientEntity Class

Microsoft.ServiceBus.Messaging Namespace