RFA .NET Gets or sets hint that indicates the total number of entries spanning all refreshes.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public uint TotalCountHint { get; set; } |
Visual Basic |
---|
Public Property TotalCountHint As UInteger
Get
Set |
Visual C++ |
---|
public:
property unsigned int TotalCountHint {
unsigned int get ();
void set (unsigned int value);
} |
F# |
---|
member TotalCountHint : uint32 with get, set
|
Field Value
The totalCountHint. Useful solely for multi-part refreshes.
Valid Range: 0 <= x < 2^30.
See Also