RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Acquires a reference to such named config database.
Namespace: ThomsonReuters.RFA.ConfigAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public static ConfigDatabase Acquire( RFA_String strName ) |
Visual Basic |
---|
Public Shared Function Acquire ( _ strName As RFA_String _ ) As ConfigDatabase |
Visual C++ |
---|
public: static ConfigDatabase^ Acquire( RFA_String^ strName ) |
F# |
---|
static member Acquire : strName:RFA_String -> ConfigDatabase |
Parameters
- strName
- Type: ThomsonReuters.RFA.Common..::..RFA_String
The name of the configuration database.
Return Value
The instance of configuration database.
Remarks
If the config database already existed, then return
it. Otherwise, create a new one.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |