Send Method
Sends a message to the message buffer.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Send(Message) | Sends the specified message to the message buffer. | |
Send(Message, TimeSpan) | Sends the specified message, using the specified timeout. |
Top
Remarks
Send()()()() is a traditional send method: it takes the message and attempts to send it to the message buffer. For more information, see How to: Send Messages to an AppFabric Service Bus Message Buffer.