MessageQueue.Send Method
.NET Framework 2.0
Sends an object to a queue.
| Name | Description |
|---|---|
| MessageQueue.Send (Object) | Sends an object to non-transactional queue referenced by this MessageQueue. Supported by the .NET Compact Framework. |
| MessageQueue.Send (Object, MessageQueueTransaction) | Sends an object to the transactional queue referenced by this MessageQueue. |
| MessageQueue.Send (Object, MessageQueueTransactionType) | Sends an object to the queue referenced by this MessageQueue. Supported by the .NET Compact Framework. |
| MessageQueue.Send (Object, String) | Sends an object to the non-transactional queue referenced by this MessageQueue and specifies a label for the message. Supported by the .NET Compact Framework. |
| MessageQueue.Send (Object, String, MessageQueueTransaction) | Sends an object to the transactional queue referenced by this MessageQueue and specifies a label for the message. |
| MessageQueue.Send (Object, String, MessageQueueTransactionType) | Sends an object to the queue referenced by this MessageQueue and specifies a label for the message. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: