ServerChannelSendRequest Method |
Name | Description | |
---|---|---|
SendRequest(String, Object) |
Sends a request message to a destination and then
blocks forever waiting for the reply message.
| |
SendRequest(String, Object, ReplyHandler) |
Sends a request message to a destination and then
calls handler when the asynchronous reply is
received.
| |
SendRequest(String, Object, Int32) |
Sends a request message to a destination and then
blocks waiting for the reply until timeout.
| |
SendRequest(String, Object, ReplyHandler, Int32) |
Sends a request message to a destination and then
calls handler when the asynchronous reply is
received.
|