RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Sets position to the beginning of the Data.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Start( Data data ) |
Visual Basic |
---|
Public Sub Start ( _ data As Data _ ) |
Visual C++ |
---|
public: void Start( Data^ data ) |
F# |
---|
member Start : data:Data -> unit |
Parameters
- data
- Type: ThomsonReuters.RFA.Common..::..Data
The Data ready to be decoded. Data type belongs to DataEnum except DataBuffer.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |