Click or drag to resize
SessionSendRequest Method
Overload List
  NameDescription
Public methodSendRequest(RequestTemplate)
Same as calling 'SendRequest(requestTemplate, null)'
Public methodSendRequest(Request, CorrelationID)
Sends the specified request to a service using this session.

The session identity will be used if it's been authorized.

Public methodSendRequest(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.
Public methodSendRequest(Request, CorrelationID, String)
Sends the specified request to a service using this session.

The session identity will be used if it's been authorized.

Public methodSendRequest(Request, Identity, CorrelationID)
Sends the specified request to a service using this session.
Public methodSendRequest(Request, IEventQueue, CorrelationID)
Sends the specified request to a service using this session.

The session identity will be used if it's been authorized.

Public methodSendRequest(Request, UserHandle, CorrelationID) Obsolete.
Deprecated since 3.3.0.0. Use SendRequest(Request, Identity, CorrelationID) instead.
Public methodSendRequest(Request, Identity, CorrelationID, String)
Sends the specified request to a service using this session.
Public methodSendRequest(Request, Identity, IEventQueue, CorrelationID)
Sends the specified request to a service using this session.
Public methodSendRequest(Request, IEventQueue, CorrelationID, String)
Sends the specified request to a service using this session.
Public methodSendRequest(Request, UserHandle, CorrelationID, String) Obsolete.
Deprecated since 3.3.0.0. Use SendRequest(Request, Identity, CorrelationID, String) instead.
Public methodSendRequest(Request, UserHandle, IEventQueue, CorrelationID) Obsolete.
Deprecated since 3.3.0.0. Use SendRequest(Request, Identity, IEventQueue, CorrelationID) instead.
Public methodSendRequest(Request, Identity, IEventQueue, CorrelationID, String)
Sends the specified request to a service using this session.
Public methodSendRequest(Request, UserHandle, IEventQueue, CorrelationID, String) Obsolete.
Top
See Also