RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets the handle value of RequestToken.
Namespace: ThomsonReuters.RFA.SessionLayerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public long Handle { get; } |
Visual Basic |
---|
Public ReadOnly Property Handle As Long Get |
Visual C++ |
---|
public: property long long Handle { long long get (); } |
F# |
---|
member Handle : int64 |
Field Value
The handle value of this RequestToken.
Remarks
Warning application should not get Handle property after calling Submit() with this request token.