RFA .NET Gets the low threshold value of the event queue.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public int EventQueueLowThreshold { get; } |
Visual Basic |
---|
Public ReadOnly Property EventQueueLowThreshold As Integer
Get |
Visual C++ |
---|
public:
property int EventQueueLowThreshold {
int get ();
} |
F# |
---|
member EventQueueLowThreshold : int
|
Field Value
The low threshold value of the event queue. Does nothing for an event queue with statistics disabled.
Remarks
See Also