| Name | Description |
---|
| SendRequest(RequestTemplate) | |
| SendRequest(Request, CorrelationID) | |
| SendRequest(RequestTemplate, CorrelationID) | |
| SendRequest(Request, CorrelationID, String) | |
| SendRequest(Request, Identity, CorrelationID) | |
| SendRequest(Request, IEventQueue, CorrelationID) | |
| SendRequest(Request, Identity, CorrelationID, String) | |
| SendRequest(Request, Identity, IEventQueue, CorrelationID) | |
| SendRequest(Request, IEventQueue, CorrelationID, String) | |
| SendRequest(Request, Identity, IEventQueue, CorrelationID, String) |
Sends a request to a service.
A successful request will generate zero or more
PARTIAL_RESPONSE events followed by
exactly one RESPONSE event. Once the
final RESPONSE event has been
received the CorrelationID associated with this
request may be re-used. If the request fails at any stage a
REQUEST_STATUS event will be generated
after which the CorrelationID associated with the
request may be re-used.
The number of enqueued requests must not exceed the amount specified
in MaxPendingRequests when this session
was created.
|