RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Creates an event queue group with 'name'. If an event queue group with 'name' already
exists, then another EventQueueGroup will be created with the same name.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public static EventQueueGroup Create( RFA_String name ) |
Visual Basic |
---|
Public Shared Function Create ( _ name As RFA_String _ ) As EventQueueGroup |
Visual C++ |
---|
public: static EventQueueGroup^ Create( RFA_String^ name ) |
F# |
---|
static member Create : name:RFA_String -> EventQueueGroup |
Parameters
- name
- Type: ThomsonReuters.RFA.Common..::..RFA_String
The name of the event queue group to create.