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( FilterEntry filterEntry ) |
Visual Basic |
---|
Public Sub Bind ( _ filterEntry As FilterEntry _ ) |
Visual C++ |
---|
public: void Bind( FilterEntry^ filterEntry ) |
F# |
---|
member Bind : filterEntry:FilterEntry -> unit |
Parameters
- filterEntry
- Type: ThomsonReuters.RFA.Data..::..FilterEntry
FilterEntry Data.
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. |