This topic has not yet been rated - Rate this topic

MessageClientEntity Class

Represents a message client entity.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public abstract class MessageClientEntity

The MessageClientEntity type exposes the following members.

  Name Description
Public property IsClosed Gets or sets a value that indicates whether the message client entity is closed.
Top
  Name Description
Public method Abort Aborts the message client entity and puts its status into a closing state.
Public method BeginClose Begins an asynchronous operation to close the message client entity.
Public method Close Closes the message client entity and puts its status into a closed state.
Public method EndClose Finishes an asynchronous operation to close the message client entity.
Public method Equals (Inherited from Object.)
Protected method Fault Puts the message client entity into a faulted state.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnAbort Executes upon calling the Abort operation.
Protected method OnBeginClose Executes upon calling the BeginClose operation.
Protected method OnBeginOpen Executes upon calling the operation to begin to open the message client entity.
Protected method OnClose Executes upon calling the Close operation.
Protected method OnClosed Occurs when the message client entity is transitioned into a closing state.
Protected method OnEndClose Executes upon calling the EndClose operation.
Protected method OnEndOpen Executes upon calling the operation to end to open the message client entity.
Protected method OnFaulted Executes upon calling the Fault operation.
Protected method OnOpen Executes upon calling the operation to open the message client entity.
Protected method OnOpened Executes when the message client entity is opened.
Protected method ThrowIfClosed Throws an exception if the message client entity is closed.
Protected method ThrowIfDisposed Throws an exception if the message client entity is disposed.
Protected method ThrowIfDisposedOrImmutable Throws an exception if the client is disposed or immutable.
Protected method ThrowIfDisposedOrNotOpen Throws an exception if the client is disposed or not open.
Protected method ThrowIfFaulted Throws an exception if the client is faulted.
Public method ToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)