RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Initializes ElementList encoding.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Start( ElementList elementList, byte iteratorMask, ElementListDef elementListDef ) |
Visual Basic |
---|
Public Sub Start ( _ elementList As ElementList, _ iteratorMask As Byte, _ elementListDef As ElementListDef _ ) |
Visual C++ |
---|
public: void Start( ElementList^ elementList, unsigned char iteratorMask, ElementListDef^ elementListDef ) |
F# |
---|
member Start : elementList:ElementList * iteratorMask:byte * elementListDef:ElementListDef -> unit |
Parameters
- elementList
- Type: ThomsonReuters.RFA.Data..::..ElementList
Passes an ElementList's properties to the single iterator for encoding.
- iteratorMask
- Type: System..::..Byte
Value could be StandardData, DefinedData or both.Possible values are defined in IteratorMaskFlag.
- elementListDef
- Type: ThomsonReuters.RFA.Data..::..ElementListDef
Element list definition used in this element list. Always set properties of an elementList object first before call Start() to prepare encoding the elementList.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |