RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
The base class that its children will implement the Notify() method.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public interface DispatchableNotificationClient |
Visual Basic |
---|
Public Interface DispatchableNotificationClient |
Visual C++ |
---|
public interface class DispatchableNotificationClient |
F# |
---|
type DispatchableNotificationClient = interface end |
Remarks
A DispatchableNotificationClient may be used to integrate the Event Distribution logic into an existing event dispatching mechanism, such as a windows message loop in Microsoft Windows environment.
To register a notification client, an application needs to declare a class that implements the DispatchableNotificationClient interface, instantiate an object of that class and register it with an EventQueue or an EventQueueGroup using the Dispatchable.RegisterNotificationClient() method supported by the Dispatchable interface.
When the client is not needed anymore, an application can unregister it using the Dispatchable.UnregisterNotificationClient() method.