IProviderSessionSendResponse Method (Event, Boolean) |
Sends a response event for a previously received request.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.9.1
Syntax void SendResponse(
Event responseEvent,
bool isPartialResponse
)
Sub SendResponse (
responseEvent As Event,
isPartialResponse As Boolean
)
void SendResponse(
Event^ responseEvent,
bool isPartialResponse
)
abstract SendResponse :
responseEvent : Event *
isPartialResponse : bool -> unit
Parameters
- responseEvent
- Type: Bloomberglp.BlpapiEvent
The Event to be sent.
Must be a response event.
- isPartialResponse
- Type: SystemBoolean
If true indicates that a response is partial and additional
response events should be expected.
See Also