C# 클래스 TradingApi.Client.Framework.Streaming.LightStreamer.StreamListener.NewsStream

파일 보기 프로젝트 열기: cityindex-attic/TradingApi.Client.CS 1 사용 예제들

공개 메소드들

메소드 설명
NewsStream ( ILsCityindexStreamingConnection lsCityindexStreamingConnection ) : System
SubscribeToNewsHeadlinesByRegion ( string region ) : void
Unsubscribe ( ) : void

비공개 메소드들

메소드 설명
NewsListener_MessageReceived ( object sender, MessageEventArgs eventArgs ) : void

메소드 상세

NewsStream() 공개 메소드

public NewsStream ( ILsCityindexStreamingConnection lsCityindexStreamingConnection ) : System
lsCityindexStreamingConnection ILsCityindexStreamingConnection
리턴 System

SubscribeToNewsHeadlinesByRegion() 공개 메소드

public SubscribeToNewsHeadlinesByRegion ( string region ) : void
region string
리턴 void

Unsubscribe() 공개 메소드

public Unsubscribe ( ) : void
리턴 void