C# Class Queue.Services.Hub.QualityTcpService

Inheritance: QualityService, IQualityTcpService
Afficher le fichier Open project: breslavsky/queue

Méthodes publiques

Méthode Description
Disable ( byte deviceId ) : Task
Enable ( byte deviceId ) : Task
IsSubscribed ( QualityServiceEventType eventType ) : bool
QualityTcpService ( ) : Queue.Services.Common
Subscribe ( QualityServiceEventType eventType, QualityServiceSubscribtionArgs args = null ) : void
UnSubscribe ( ) : void
UnSubscribe ( QualityServiceEventType eventType ) : void

Private Methods

Méthode Description
channel_Closing ( object sender, EventArgs e ) : void
channel_Faulted ( object sender, EventArgs e ) : void
driver_Accepted ( object sender, IQualityDriverArgs e ) : void

Method Details

Disable() public méthode

public Disable ( byte deviceId ) : Task
deviceId byte
Résultat Task

Enable() public méthode

public Enable ( byte deviceId ) : Task
deviceId byte
Résultat Task

IsSubscribed() public méthode

public IsSubscribed ( QualityServiceEventType eventType ) : bool
eventType QualityServiceEventType
Résultat bool

QualityTcpService() public méthode

public QualityTcpService ( ) : Queue.Services.Common
Résultat Queue.Services.Common

Subscribe() public méthode

public Subscribe ( QualityServiceEventType eventType, QualityServiceSubscribtionArgs args = null ) : void
eventType QualityServiceEventType
args Queue.Services.Contracts.Hub.QualityServiceSubscribtionArgs
Résultat void

UnSubscribe() public méthode

public UnSubscribe ( ) : void
Résultat void

UnSubscribe() public méthode

public UnSubscribe ( QualityServiceEventType eventType ) : void
eventType QualityServiceEventType
Résultat void