Click or drag to resize

ServerChannelSendRequest Method

Overload List
  NameDescription
Public methodSendRequest(String, Object)
Sends a request message to a destination and then blocks forever waiting for the reply message.
Public methodSendRequest(String, Object, ReplyHandler)
Sends a request message to a destination and then calls handler when the asynchronous reply is received.
Public methodSendRequest(String, Object, Int32)
Sends a request message to a destination and then blocks waiting for the reply until timeout.
Public methodSendRequest(String, Object, ReplyHandler, Int32)
Sends a request message to a destination and then calls handler when the asynchronous reply is received.
Top
See Also