Send Method
Sends an object to non-transactional queue referenced by this MessageQueue.
Overload List
Overload | Description |
---|---|
Send(Object) | Sends an object to non-transactional queue referenced by this MessageQueue. |
Send(Object,MessageQueueTransaction) | Sends an object to the transactional queue referenced by this MessageQueue. |
Send(Object,MessageQueueTransactionType) | Sends an object to the queue referenced by this MessageQueue. |
Send(Object,String) | Sends an object to the non-transactional queue referenced by this MessageQueue and specifies a label for the message. |
Send(Object,String,MessageQueueTransaction) | Sends an object to the transactional queue referenced by this MessageQueue and specifies a label for the message. |
Send(Object,String,MessageQueueTransactionType) | Sends an object to the queue referenced by this MessageQueue and specifies a label for the message. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also