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.

  NameDescription
Public propertyIsClosedGets or sets a value that indicates whether the message client entity is closed.
Protected propertyThisLockGents an object used for locking the MessageClientEntity instance.
Top
  NameDescription
Public methodAbortAborts the message client entity and puts its status into a closing state.
Public methodBeginCloseBegins an asynchronous operation to close the message client entity.
Public methodCloseCloses the message client entity and puts its status into a closed state.
Public methodCloseAsyncAsynchronously closes the message client entity and puts its status into a closed state.
Public methodEndCloseFinishes an asynchronous operation to close the message client entity.
Public methodEquals (Inherited from Object.)
Protected methodFaultPuts the message client entity into a faulted state.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnAbortExecutes upon calling the Abort operation.
Protected methodOnBeginCloseExecutes upon calling the BeginClose operation.
Protected methodOnBeginOpenExecutes upon calling the operation to begin to open the message client entity.
Protected methodOnCloseExecutes upon calling the Close operation.
Protected methodOnClosedOccurs when the message client entity is transitioned into a closing state.
Protected methodOnEndCloseExecutes upon calling the EndClose operation.
Protected methodOnEndOpenExecutes upon calling the operation to end to open the message client entity.
Protected methodOnFaultedExecutes upon calling the Fault operation.
Protected methodOnOpenExecutes upon calling the operation to open the message client entity.
Protected methodOnOpenedExecutes when the message client entity is opened.
Protected methodThrowIfClosedThrows an exception if the message client entity is closed.
Protected methodThrowIfDisposedThrows an exception if the message client entity is disposed.
Protected methodThrowIfDisposedOrImmutableThrows an exception if the client is disposed or immutable.
Protected methodThrowIfDisposedOrNotOpenThrows an exception if the client is disposed or not open.
Protected methodThrowIfFaultedThrows an exception if the client is faulted.
Public methodToString (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)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.