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 | |
---|---|---|
Count | Gets the number of messages contained in the queue. | |
SyncRoot | Gets an object that can be used to synchronize access to the queue. | |
WaitHandle | Gets the current WaitHandle for the SoapMessageQueue. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
BeginDequeue | Starts an asynchronous operation to remove the SOAP message from the queue. | |
Dequeue | Removes and returns the SOAP message at the beginning of the queue. | |
Dispose | Releases all resources used by the SoapMessageQueue. | |
EndDequeue | Ends a pending asynchronous dequeue operation. | |
Enqueue | Adds a SOAP message to the end of the queue. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Frees resources before the SoapMessageQueue is reclaimed by garbage collection. (Inherited from Object) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
SoapMessageQueue Class
Microsoft.Web.Services3.Messaging Namespace