SessionSendRequest Method |
Name | Description | |
---|---|---|
SendRequest(RequestTemplate) |
Same as calling 'SendRequest(requestTemplate, null)'
| |
SendRequest(Request, CorrelationID) |
Sends the specified request to a service using this session.
The session identity will be used if it's been authorized. | |
SendRequest(RequestTemplate, CorrelationID) |
Send a request defined by the specified 'requestTemplate'. If the
optionally specified 'correlationId' is supplied, use it otherwise
create a new 'CorrelationId'. The actual 'CorrelationId' used is
returned.
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' will be generated after which the
'CorrelationId' associated with the request may be re-used.
| |
SendRequest(Request, CorrelationID, String) |
Sends the specified request to a service using this session.
The session identity will be used if it's been authorized. | |
SendRequest(Request, EventQueue, CorrelationID) |
Sends the specified request to a service using this session.
The session identity will be used if it's been authorized. | |
SendRequest(Request, Identity, CorrelationID) | Sends the specified request to a service using this session.
| |
SendRequest(Request, UserHandle, CorrelationID) | Obsolete. Deprecated since 3.3.0.0. Use
SendRequest(Request, Identity, CorrelationID) instead.
| |
SendRequest(Request, EventQueue, CorrelationID, String) | Sends the specified request to a service using this session.
| |
SendRequest(Request, Identity, CorrelationID, String) | Sends the specified request to a service using this session.
| |
SendRequest(Request, Identity, EventQueue, CorrelationID) | Sends the specified request to a service using this session.
| |
SendRequest(Request, UserHandle, CorrelationID, String) | Obsolete. Deprecated since 3.3.0.0. Use
SendRequest(Request, Identity, CorrelationID, String) instead.
| |
SendRequest(Request, UserHandle, EventQueue, CorrelationID) | Obsolete. Deprecated since 3.3.0.0. Use
SendRequest(Request, Identity, EventQueue, CorrelationID) instead.
| |
SendRequest(Request, Identity, EventQueue, CorrelationID, String) | Sends the specified request to a service using this session.
| |
SendRequest(Request, UserHandle, EventQueue, CorrelationID, String) | Obsolete. Deprecated since 3.3.0.0. Use
SendRequest(Request, Identity, EventQueue, CorrelationID, String) instead.
|