RFA .NET Gets value from IterEncStateEnum for the next expected state to be called on the iterator.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public byte IteratorState { get; } |
Visual Basic |
---|
Public ReadOnly Property IteratorState As Byte
Get |
Visual C++ |
---|
public:
property unsigned char IteratorState {
unsigned char get ();
} |
F# |
---|
member IteratorState : byte
|
Field Value
Iterator state value. If iterator state is
IterEncState_Complete,
it means iterator finishes entire encoding.
Possible values are defined in
SingleWriteIterator..::..IterEncStateEnum.
See Also