Click or drag to resize
ProviderSessionSendResponse Method (Event, Boolean)
Sends the response event for previously received request

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.18.1.1
Syntax
public void SendResponse(
	Event eventObj,
	bool isPartialResponse
)

Parameters

eventObj
Type: Bloomberglp.BlpapiEvent
response to be sent
isPartialResponse
Type: SystemBoolean
flag indicating whether response is partial and additional response events should be expected

Implements

IProviderSessionSendResponse(Event, Boolean)
Exceptions
ExceptionCondition
InvalidOperationException The session is not started.
ArgumentException The specified event is not a response.
See Also