RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
A dispatchable entity.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public abstract class Dispatchable |
Visual Basic |
---|
Public MustInherit Class Dispatchable |
Visual C++ |
---|
public ref class Dispatchable abstract |
F# |
---|
[<AbstractClassAttribute>] type Dispatchable = class end |
Remarks
A Dispatchable represents an object in the interface that provides the means to dispatch Events to Clients. It is implemented by the EventQueue and the EventQueueGroup interface classes.
The application dispatches Events thus calling the appropriate Client callback function. This callback function is called in the thread context that performed the Dispatch() call. The Dispatch() method MUST be called in the context of one and only one application's thread.
Inheritance Hierarchy
System..::..Object
ThomsonReuters.RFA.Common..::..Dispatchable
ThomsonReuters.RFA.Common..::..EventQueue
ThomsonReuters.RFA.Common..::..EventQueueGroup
ThomsonReuters.RFA.Common..::..Dispatchable
ThomsonReuters.RFA.Common..::..EventQueue
ThomsonReuters.RFA.Common..::..EventQueueGroup