RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Binds an entry 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( VectorEntry vectorEntry ) |
Visual Basic |
---|
Public Sub Bind ( _ vectorEntry As VectorEntry _ ) |
Visual C++ |
---|
public: void Bind( VectorEntry^ vectorEntry ) |
F# |
---|
member Bind : vectorEntry:VectorEntry -> unit |
Parameters
- vectorEntry
- Type: ThomsonReuters.RFA.Data..::..VectorEntry
The binding VectorEntry.
Remarks
Application need specify an instance of all methods
on the entry prior to the Bind() call. For single-pass encoding, application need populate the
contained data on the entry only after the Bind() call. For double-pass encoding, application need
populate the contained data on the entry only prior to the Bind() call. Double-pass encoding is used
for pre-encoded data.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |