C# 클래스 SportingSolutions.Udapi.Sdk.StreamingExample.Console.StreamListener

파일 보기 프로젝트 열기: sportingsolutions/SS.Integration.UnifiedDataAPIClient.DotNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GtpFixtureStreamConnected void
GtpFixtureStreamDisconnected void
GtpFixtureStreamEvent void
Listen void
ProcessDelta void
SuspendAllMarkets void
SuspendAndReprocessSnapshot void

공개 메소드들

메소드 설명
StopListening ( ) : void
StreamListener ( IResource gtpFixture, int currentEpoch ) : System

비공개 메소드들

메소드 설명
GtpFixtureStreamConnected ( object sender, EventArgs e ) : void
GtpFixtureStreamDisconnected ( object sender, EventArgs e ) : void
GtpFixtureStreamEvent ( object sender, StreamEventArgs e ) : void
Listen ( ) : void
ProcessDelta ( Fixture fixtureDelta ) : void
SuspendAllMarkets ( ) : void
SuspendAndReprocessSnapshot ( ) : void

메소드 상세

StopListening() 공개 메소드

public StopListening ( ) : void
리턴 void

StreamListener() 공개 메소드

public StreamListener ( IResource gtpFixture, int currentEpoch ) : System
gtpFixture IResource
currentEpoch int
리턴 System