Click or drag to resize
ISessionSendRequest Method (RequestTemplate, CorrelationID)
Send a request based on a RequestTemplate.

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.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax
CorrelationID SendRequest(
	RequestTemplate requestTemplate,
	CorrelationID correlationId
)

Parameters

requestTemplate
Type: Bloomberglp.BlpapiRequestTemplate
The request template used for sending a request.
correlationId
Type: Bloomberglp.BlpapiCorrelationID
The correlation ID used for delivering a response.

Must not already be in use.

Return Value

Type: CorrelationID
The CorrelationID object that will identify Message objects generated as a result of this call. This will be correlationId if it was provided.
See Also