Class |
Description |
ActiveXMessageFormatter |
Formatter class that serializes and deserializes primitives into and from MessageQueue messages using binary format. |
BinaryMessageFormatter |
Formatter class that serializes and deserializes objects into and from MessageQueue messages using binary format. |
DataSetMessageFormatter |
Formatter class that serializes and deserializes datasets into and from MessageQueue messages using Xml. |
DataSetMessageFormatter.TargetTypeEditor |
Used to edit DataSet target types in the property browser. |
DefaultPropertiesToSend |
Specifies the default property values that will be used when sending objects using the message queue. |
Message |
Provides access to the properties needed to define a Message Queuing message. |
MessagePropertyFilter |
The property filter class is used to limit the properties retrieved when receiving messages from a queue. Getting a limitied set of properties helps improving performance. |
MessageQueue |
Provides access to a Message Queuing backend queue resource. |
MessageQueueCriteria |
This class is used to filter MessageQueues when performing a query in the network, through MessageQueue.GetPublicQueues method. |
MessageQueueException |
Is thrown if a Microsoft Message Queue Server (MSMQ) internal error occurs. |
MessageQueueInstaller |
[To be supplied.] |
MessageQueuesEnumerator |
[To be supplied.] |
MessagesEnumerator |
Provides forward only cursor semantics to enumerate the messages contained in a queue. Each instance of this object uses a separate cursor. |
PeekAsyncEventArgs |
Contains the event information that is generated when an MessageQueue asynchronous Peek operation is completed. |
ReceiveAsyncEventArgs |
Contains the event information that is generated when an MessageQueue asynchronous Receive operation is completed. |
SoapMessageFormatter |
Formatter class that serializes and deserializes objects into and from MessageQueue messages using Xml. |