ProviderSessionSendResponse Method (Event) |
Sends the response event for previously received request
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.1
Syntax public void SendResponse(
Event eventObj
)
Public Sub SendResponse (
eventObj As Event
)
public:
virtual void SendResponse(
Event^ eventObj
) sealed
abstract SendResponse :
eventObj : Event -> unit
override SendResponse :
eventObj : Event -> unit
Parameters
- eventObj
- Type: Bloomberglp.BlpapiEvent
response to be sent
Implements
IProviderSessionSendResponse(Event)Exceptions Exception | Condition |
---|
InvalidOperationException |
The session is not started.
|
ArgumentException |
The specified event is not a response.
|
See Also