C# Класс TradingApi.Client.Framework.Streaming.LightStreamer.Connection.LightStreamerConnectionManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ConnectToCityindexStreamingAdapter ( string streamingUrl, LsCityindexStreamingConnectionFactory lsCityindexStreamingConnectionFactory ) : void
ConnectToStreamingClientAccountAdapter ( string streamingUrl, LsStreamingClientAccountConnectionFactory lsStreamingClientAccountConnectionFactory ) : void
Disconnect ( ) : void
LightStreamerConnectionManager ( ) : System
LightStreamerConnectionManager ( IApiConnection apiConnection ) : System

Приватные методы

Метод Описание
LsCityindexStreamingClientConnectionStatusChanged ( object sender, StreamingClient.StatusEventArgs e ) : void
LsStreamingClientAccountConnectionStatusChanged ( object sender, StreamingClient.StatusEventArgs e ) : void

Описание методов

ConnectToCityindexStreamingAdapter() публичный Метод

public ConnectToCityindexStreamingAdapter ( string streamingUrl, LsCityindexStreamingConnectionFactory lsCityindexStreamingConnectionFactory ) : void
streamingUrl string
lsCityindexStreamingConnectionFactory TradingApi.Client.Framework.Streaming.LightStreamer.Connection.Factory.LsCityindexStreamingConnectionFactory
Результат void

ConnectToStreamingClientAccountAdapter() публичный Метод

public ConnectToStreamingClientAccountAdapter ( string streamingUrl, LsStreamingClientAccountConnectionFactory lsStreamingClientAccountConnectionFactory ) : void
streamingUrl string
lsStreamingClientAccountConnectionFactory TradingApi.Client.Framework.Streaming.LightStreamer.Connection.Factory.LsStreamingClientAccountConnectionFactory
Результат void

Disconnect() публичный Метод

public Disconnect ( ) : void
Результат void

LightStreamerConnectionManager() публичный Метод

public LightStreamerConnectionManager ( ) : System
Результат System

LightStreamerConnectionManager() публичный Метод

public LightStreamerConnectionManager ( IApiConnection apiConnection ) : System
apiConnection IApiConnection
Результат System