RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the maximum depth 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 EventQueueMaxDepth { get; set; } |
Visual Basic |
---|
Public Property EventQueueMaxDepth As Integer Get Set |
Visual C++ |
---|
public: property int EventQueueMaxDepth { int get (); void set (int value); } |
F# |
---|
member EventQueueMaxDepth : int with get, set |
Field Value
The maximum depth of the event queue. Does nothing for an event queue with statistics disabled.
Remarks
When sets the maximum depth of the event queue. This is the maximum number of events allowed in the event queue. The value must be greater than Zero (0) to enable maximum depth functionality. A value is Zero (0) disables maximum depth functionality. Does nothing for an event queue with statistics disabled.
For getting is Lock-free Method
For setting is Object Level Thread Safe Method
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |