Share via


SoapMessageQueue Members

Represents a first-in, first-out collection of SOAP messages. This class cannot be inherited.

The following tables list the members exposed by the SoapMessageQueue type.

Public Constructors

  Name Description
SoapMessageQueue Initializes a new instance of the SoapMessageQueue class.

Top

Public Properties

  Name Description
public property Count Gets the number of messages contained in the queue.
public property SyncRoot Gets an object that can be used to synchronize access to the queue.
public property WaitHandle Gets the current WaitHandle for the SoapMessageQueue.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method BeginDequeue Starts an asynchronous operation to remove the SOAP message from the queue.
public method Dequeue Removes and returns the SOAP message at the beginning of the queue.
public method Dispose Releases all resources used by the SoapMessageQueue.
public method EndDequeue Ends a pending asynchronous dequeue operation.
public method Enqueue Adds a SOAP message to the end of the queue.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  Frees resources before the SoapMessageQueue is reclaimed by garbage collection. (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

SoapMessageQueue Class
Microsoft.Web.Services3.Messaging Namespace