RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Creates an event queue with 'name'.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public static EventQueue Create( RFA_String name, bool statistics ) |
Visual Basic |
---|
Public Shared Function Create ( _ name As RFA_String, _ statistics As Boolean _ ) As EventQueue |
Visual C++ |
---|
public: static EventQueue^ Create( RFA_String^ name, bool statistics ) |
F# |
---|
static member Create : name:RFA_String * statistics:bool -> EventQueue |
Parameters
- name
- Type: ThomsonReuters.RFA.Common..::..RFA_String
The name of the queue to create.
- statistics
- Type: System..::..Boolean
Turn on statistics for this event queue.
Return Value
The EventQueue object.
Remarks
If an event queue with 'name' already exists,
then another event queue with the same name will be created.
Note that setting statistics to true negatively impacts performance.