RFA .NET Dispatches the next event. No wait if no event is immediately available,
or otherwise dispatch one available event.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public abstract int Dispatch() |
Visual Basic |
---|
Public MustOverride Function Dispatch As Integer |
Visual C++ |
---|
public:
virtual int Dispatch() abstract |
F# |
---|
abstract Dispatch : unit -> int
|
Return Value
An approximate number of events left on the queue after success.
Dispatchable..::..DispatchReturnEnum
on failure.
Remarks
See Also