MessageClientEntity Class
Represents a message client entity.
System.Object
Microsoft.ServiceBus.Messaging.MessageClientEntity
Microsoft.ServiceBus.Messaging.MessageReceiver
Microsoft.ServiceBus.Messaging.MessageSender
Microsoft.ServiceBus.Messaging.MessagingFactory
Microsoft.ServiceBus.Messaging.QueueClient
Microsoft.ServiceBus.Messaging.SubscriptionClient
Microsoft.ServiceBus.Messaging.TopicClient
Microsoft.ServiceBus.Messaging.MessageClientEntity
Microsoft.ServiceBus.Messaging.MessageReceiver
Microsoft.ServiceBus.Messaging.MessageSender
Microsoft.ServiceBus.Messaging.MessagingFactory
Microsoft.ServiceBus.Messaging.QueueClient
Microsoft.ServiceBus.Messaging.SubscriptionClient
Microsoft.ServiceBus.Messaging.TopicClient
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
The MessageClientEntity type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Abort | Aborts the message client entity and puts its status into a closing state. |
![]() | BeginClose | Begins an asynchronous operation to close the message client entity. |
![]() | Close | Closes the message client entity and puts its status into a closed state. |
![]() | CloseAsync | Asynchronously closes the message client entity and puts its status into a closed state. |
![]() | EndClose | Finishes an asynchronous operation to close the message client entity. |
![]() | Equals | (Inherited from Object.) |
![]() | Fault | Puts the message client entity into a faulted state. |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnAbort | Executes upon calling the Abort operation. |
![]() | OnBeginClose | Executes upon calling the BeginClose operation. |
![]() | OnBeginOpen | Executes upon calling the operation to begin to open the message client entity. |
![]() | OnClose | Executes upon calling the Close operation. |
![]() | OnClosed | Occurs when the message client entity is transitioned into a closing state. |
![]() | OnEndClose | Executes upon calling the EndClose operation. |
![]() | OnEndOpen | Executes upon calling the operation to end to open the message client entity. |
![]() | OnFaulted | Executes upon calling the Fault operation. |
![]() | OnOpen | Executes upon calling the operation to open the message client entity. |
![]() | OnOpened | Executes when the message client entity is opened. |
![]() | ThrowIfClosed | Throws an exception if the message client entity is closed. |
![]() | ThrowIfDisposed | Throws an exception if the message client entity is disposed. |
![]() | ThrowIfDisposedOrImmutable | Throws an exception if the client is disposed or immutable. |
![]() | ThrowIfDisposedOrNotOpen | Throws an exception if the client is disposed or not open. |
![]() | ThrowIfFaulted | Throws an exception if the client is faulted. |
![]() | ToString | (Inherited from Object.) |
