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