RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
The OMMConnectionEvent class provides users witht he information about connections / servers
to which client app is connected to.
Namespace: ThomsonReuters.RFA.SessionLayerOMMConnectionEvent provides the following information about client's connections:
1) connection type (e.g., RSSL_NIPROV, RSSL_NIPROV_MCAST, RSSL, RSSL_PROV, RSSL_CONS_MCAST)
2) list of product versions (one per connection)
3) information about connected port and host name (for TCP / IP connection types)
4) information about multi cast addresses and ports (for MCAST connecction types)
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public class OMMConnectionEvent : ConnectionEvent |
Visual Basic |
---|
Public Class OMMConnectionEvent _ Inherits ConnectionEvent |
Visual C++ |
---|
public ref class OMMConnectionEvent : public ConnectionEvent |
F# |
---|
type OMMConnectionEvent = class inherit ConnectionEvent end |
Remarks
OMMConnectionEvent contains parameters describing the connection.
Inheritance Hierarchy
System..::..Object
ThomsonReuters.RFA.Common..::..Event
ThomsonReuters.RFA.SessionLayer..::..ConnectionEvent
ThomsonReuters.RFA.SessionLayer..::..OMMConnectionEvent
ThomsonReuters.RFA.Common..::..Event
ThomsonReuters.RFA.SessionLayer..::..ConnectionEvent
ThomsonReuters.RFA.SessionLayer..::..OMMConnectionEvent