C# Class SportingSolutions.Udapi.Sdk.StreamingExample.Console.StreamListener

Afficher le fichier Open project: sportingsolutions/SS.Integration.UnifiedDataAPIClient.DotNet Class Usage Examples

Private Properties

Свойство Type Description
GtpFixtureStreamConnected void
GtpFixtureStreamDisconnected void
GtpFixtureStreamEvent void
Listen void
ProcessDelta void
SuspendAllMarkets void
SuspendAndReprocessSnapshot void

Méthodes publiques

Méthode Description
StopListening ( ) : void
StreamListener ( IResource gtpFixture, int currentEpoch ) : System

Private Methods

Méthode Description
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

Method Details

StopListening() public méthode

public StopListening ( ) : void
Résultat void

StreamListener() public méthode

public StreamListener ( IResource gtpFixture, int currentEpoch ) : System
gtpFixture IResource
currentEpoch int
Résultat System