C# 클래스 Queue.Services.Hub.QualityTcpService

상속: QualityService, IQualityTcpService
파일 보기 프로젝트 열기: breslavsky/queue

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
channel_Closing ( object sender, EventArgs e ) : void
channel_Faulted ( object sender, EventArgs e ) : void
driver_Accepted ( object sender, IQualityDriverArgs e ) : void

메소드 상세

Disable() 공개 메소드

public Disable ( byte deviceId ) : Task
deviceId byte
리턴 Task

Enable() 공개 메소드

public Enable ( byte deviceId ) : Task
deviceId byte
리턴 Task

IsSubscribed() 공개 메소드

public IsSubscribed ( QualityServiceEventType eventType ) : bool
eventType QualityServiceEventType
리턴 bool

QualityTcpService() 공개 메소드

public QualityTcpService ( ) : Queue.Services.Common
리턴 Queue.Services.Common

Subscribe() 공개 메소드

public Subscribe ( QualityServiceEventType eventType, QualityServiceSubscribtionArgs args = null ) : void
eventType QualityServiceEventType
args Queue.Services.Contracts.Hub.QualityServiceSubscribtionArgs
리턴 void

UnSubscribe() 공개 메소드

public UnSubscribe ( ) : void
리턴 void

UnSubscribe() 공개 메소드

public UnSubscribe ( QualityServiceEventType eventType ) : void
eventType QualityServiceEventType
리턴 void