RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Binds Defined Data at the current position.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Bind( Data data ) |
Visual Basic |
---|
Public Sub Bind ( _ data As Data _ ) |
Visual C++ |
---|
public: void Bind( Data^ data ) |
F# |
---|
member Bind : data:Data -> unit |
Parameters
- data
- Type: ThomsonReuters.RFA.Common..::..Data
Defined Data.
Remarks
For single-pass encoding,
application need populate the data methods only after the Bind() call.
For double-pass encoding, application need populate the data methods only prior
to the Bind() call. Double-pass encoding is used for pre-encoded data.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |