RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Creates a clone of ConnectionEvent.
This method always creates a complete copy of the ConnectionEvent.
Namespace: ThomsonReuters.RFA.SessionLayerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public virtual ConnectionEvent Clone() |
Visual Basic |
---|
Public Overridable Function Clone As ConnectionEvent |
Visual C++ |
---|
public: virtual ConnectionEvent^ Clone() |
F# |
---|
abstract Clone : unit -> ConnectionEvent override Clone : unit -> ConnectionEvent |