Click or drag to resize

RequestEventSendSubRequest Method

Overload List
  NameDescription
Public methodSendSubRequest(String, Object)
Sends a subrequest message to a destination and then blocks forever waiting for the reply.
Public methodSendSubRequest(String, Object, ReplyHandler)
Sends a subrequest message to a destination.
Public methodSendSubRequest(String, Object, Int32)
Sends a subrequest message to a destination and then blocks forever waiting until timeout.
Public methodSendSubRequest(String, Object, ReplyHandler, Int32)
Sends a subrequest message to a destination.
Public methodSendSubRequest(String, Object, ReplyHandler, Int32, String)
Sends a subrequest message to a destination.
Top
See Also