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.24.4.1
Syntax
public void SendResponse(
	Event responseEvent,
	bool isPartialResponse
)

Parameters

responseEvent
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