ProviderSessionSendResponse Method (Event) |
Sends the response event for previously received request
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntax public void SendResponse(
Event responseEvent
)
Public Sub SendResponse (
responseEvent As Event
)
public:
virtual void SendResponse(
Event^ responseEvent
) sealed
abstract SendResponse :
responseEvent : Event -> unit
override SendResponse :
responseEvent : Event -> unit
Parameters
- responseEvent
- 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