RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
The main purpose of the Context interface is to support integration
of multiple RFA Packages into a single application and to coordinate the interaction
between these packages. The interface defines a set of static methods
and does not have any non-static methods.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public static class Context |
Visual Basic |
---|
Public NotInheritable Class Context |
Visual C++ |
---|
public ref class Context abstract sealed |
F# |
---|
[<AbstractClassAttribute>] [<SealedAttribute>] type Context = class end |
Remarks
An application must initialize the Context interface via the Initialize() method
before using any other RFA Interfaces. Just before the application is ready to terminate,
it should call the Uninitialize() method.
An application can use the PackageNames property to get the names of the currently loaded packages.
An application can then use the GetPackageVersion() method to retrieve versioning information
about an individual package.
Inheritance Hierarchy
System..::..Object
ThomsonReuters.RFA.Common..::..Context
ThomsonReuters.RFA.Common..::..Context