RFA .NET Dispatches the next event. Wait for the "timeOut" milliseconds 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 override sealed int Dispatch(
int timeOut
) |
Visual Basic |
---|
Public Overrides NotOverridable Function Dispatch ( _
timeOut As Integer _
) As Integer |
Visual C++ |
---|
public:
virtual int Dispatch(
int timeOut
) override sealed |
F# |
---|
abstract Dispatch :
timeOut:int -> int
override Dispatch :
timeOut:int -> int |
Parameters
- timeOut
- Type: System..::..Int32
timeOut how long (in milliseconds) to wait for an event.
Return Value
An approximate number of events left on the queue after success.
Dispatchable..::..DispatchReturnEnum
on failure.
See Also