SalesBuy
1-855-856-7678
Technical SupportSupport
Represents a message client entity.
Namespace: Microsoft.ServiceBus.Messaging
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. |
|
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.) |