RFA .NET Uninitializes the context.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public static bool Uninitialize() |
Visual Basic |
---|
Public Shared Function Uninitialize As Boolean |
Visual C++ |
---|
public:
static bool Uninitialize() |
F# |
---|
static member Uninitialize : unit -> bool
|
Return Value
false if the number of
Initialize() and
Uninitialize() calls did not match
or the internal RFA shutdown process failed.
true if the internal RFA shutdown process succeeded.
Remarks
See Also