| SessionSetEventHandler Method |
Note: This API is now obsolete.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntax[ObsoleteAttribute("SetEventHandler is not supported in the C# FFI version and will throw at runtime.",
true)]
public void SetEventHandler(
EventHandler eventHandler,
EventEventType eventType
)<ObsoleteAttribute("SetEventHandler is not supported in the C# FFI version and will throw at runtime.",
true)>
Public Sub SetEventHandler (
eventHandler As EventHandler,
eventType As EventEventType
)public:
[ObsoleteAttribute(L"SetEventHandler is not supported in the C# FFI version and will throw at runtime.",
true)]
virtual void SetEventHandler(
EventHandler^ eventHandler,
EventEventType eventType
) sealed
[<ObsoleteAttribute("SetEventHandler is not supported in the C# FFI version and will throw at runtime.",
true)>]
abstract SetEventHandler :
eventHandler : EventHandler *
eventType : EventEventType -> unit
[<ObsoleteAttribute("SetEventHandler is not supported in the C# FFI version and will throw at runtime.",
true)>]
override SetEventHandler :
eventHandler : EventHandler *
eventType : EventEventType -> unit Parameters
- eventHandler
- Type: Bloomberglp.BlpapiEventHandler
- eventType
- Type: Bloomberglp.BlpapiEventEventType
Implements
ISessionSetEventHandler(EventHandler, EventEventType)
See Also