ServiceCreateResponseEvent Method |
Create a response Event to answer the request.
Use an EventFormatter to add a Message to the Event and set fields.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax public abstract Event CreateResponseEvent(
CorrelationID correlationId
)
Public MustOverride Function CreateResponseEvent (
correlationId As CorrelationID
) As Event
public:
virtual Event^ CreateResponseEvent(
CorrelationID^ correlationId
) abstract
abstract CreateResponseEvent :
correlationId : CorrelationID -> Event
Parameters
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
Return Value
Type:
EventSee Also