RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Acquires ApplicationLogger with a given name.
Namespace: ThomsonReuters.RFA.LoggerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public static ApplicationLogger Acquire( RFA_String name ) |
Visual Basic |
---|
Public Shared Function Acquire ( _ name As RFA_String _ ) As ApplicationLogger |
Visual C++ |
---|
public: static ApplicationLogger^ Acquire( RFA_String^ name ) |
F# |
---|
static member Acquire : name:RFA_String -> ApplicationLogger |
Parameters
- name
- Type: ThomsonReuters.RFA.Common..::..RFA_String
String parameter identifying the acquire object.
Return Value
If an instance of ApplicationLogger with the same name already exists, a handle to it is returned; otherwise, a new ApplicationLogger is created.
Remarks
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |
ThomsonReuters.RFA.Common..::..InvalidConfigurationException | Invalid Configuration. |