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 ) |
Visual Basic |
---|
Public Shared Function Create ( _ name As RFA_String _ ) As EventQueue |
Visual C++ |
---|
public: static EventQueue^ Create( RFA_String^ name ) |
F# |
---|
static member Create : name:RFA_String -> EventQueue |
Parameters
- name
- Type: ThomsonReuters.RFA.Common..::..RFA_String
The name of the queue to create.
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.