RFA .NET Gets the current number of events stored in the event queue.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public int EventQueueCurrentSize { get; } |
Visual Basic |
---|
Public ReadOnly Property EventQueueCurrentSize As Integer
Get |
Visual C++ |
---|
public:
property int EventQueueCurrentSize {
int get ();
} |
F# |
---|
member EventQueueCurrentSize : int
|
Field Value
The current number of events stored in the queue if statistics are enabled and always zero (0) if not.
Remarks
See Also