RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Initializes FieldList encoding.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Start( FieldList fieldList ) |
Visual Basic |
---|
Public Sub Start ( _ fieldList As FieldList _ ) |
Visual C++ |
---|
public: void Start( FieldList^ fieldList ) |
F# |
---|
member Start : fieldList:FieldList -> unit |
Parameters
- fieldList
- Type: ThomsonReuters.RFA.Data..::..FieldList
Passes a FieldList's properties to the single iterator for encoding.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |