RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the client session handle.
Namespace: ThomsonReuters.RFA.SessionLayerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public long ClientSessionHandle { get; set; } |
Visual Basic |
---|
Public Property ClientSessionHandle As Long Get Set |
Visual C++ |
---|
public: property long long ClientSessionHandle { long long get (); void set (long long value); } |
F# |
---|
member ClientSessionHandle : int64 with get, set |