ProviderSessionSendResponse Method (Event, Boolean) |
Sends the response event for previously received request
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public void SendResponse(
Event eventObj,
bool isPartialResponse
)
Public Sub SendResponse (
eventObj As Event,
isPartialResponse As Boolean
)
public:
void SendResponse(
Event^ eventObj,
bool isPartialResponse
)
member SendResponse :
eventObj : Event *
isPartialResponse : bool -> unit
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
Exceptions See Also