RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Initializes Array encoding.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Start( Array Array, byte dataType ) |
Visual Basic |
---|
Public Sub Start ( _ Array As Array, _ dataType As Byte _ ) |
Visual C++ |
---|
public: void Start( Array^ Array, unsigned char dataType ) |
F# |
---|
member Start : Array:Array * dataType:byte -> unit |
Parameters
- Array
- Type: ThomsonReuters.RFA.Data..::..Array
Passes an Array's properties to the single iterator for encoding.
- dataType
- Type: System..::..Byte
The type of data to be encoded. Value belongs to DataEnum. Always set properties of an array object first before call Start() to prepare encoding the array.Possible values are defined in DataEnum.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |