RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets the initialized count.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public static int InitializedCount { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property InitializedCount As Integer Get |
Visual C++ |
---|
public: static property int InitializedCount { int get (); } |
F# |
---|
static member InitializedCount : int |
Field Value
The initialized count of the context.
Remarks
The count of Context.Initialize() calls not matched by Context.Uninitialize() calls.