Bloomberg API for .NET
SendResponse Method (eventObj, isPartialResponse)
NamespacesBloomberglp.BlpapiProviderSessionSendResponse(Event, Boolean)
Sends the response event for previously received request
Declaration Syntax
C#Visual BasicVisual C++
public void SendResponse(
	Event eventObj,
	bool isPartialResponse
)
Public Sub SendResponse ( 
	eventObj As Event,
	isPartialResponse As Boolean
)
public:
void SendResponse(
	Event^ eventObj, 
	bool isPartialResponse
)
Parameters
eventObj (Event)
response to be sent
isPartialResponse (Boolean)
flag indicating whether response is partial and additional response events should be expected
Exceptions
ExceptionCondition
InvalidOperationException The session is not started.
ArgumentException The specified event is not a response.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1