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

상속: Queue.Services.Common.DependencyService, IQualityService
파일 보기 프로젝트 열기: breslavsky/queue

보호된 프로퍼티들

프로퍼티 타입 설명
channel IContextChannel
logger Logger

Private Properties

프로퍼티 타입 설명
channel_Closing void
channel_Faulted void

공개 메소드들

메소드 설명
Disable ( byte deviceId ) : System.Threading.Tasks.Task
Echo ( string message ) : Task
Enable ( byte deviceId ) : Task
GetAnswers ( ) : byte>>.Task
GetDrivers ( ) : Task
Heartbeat ( ) : Task
QualityService ( ) : Microsoft.Practices.Unity

비공개 메소드들

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

메소드 상세

Disable() 공개 메소드

public Disable ( byte deviceId ) : System.Threading.Tasks.Task
deviceId byte
리턴 System.Threading.Tasks.Task

Echo() 공개 메소드

public Echo ( string message ) : Task
message string
리턴 Task

Enable() 공개 메소드

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

GetAnswers() 공개 메소드

public GetAnswers ( ) : byte>>.Task
리턴 byte>>.Task

GetDrivers() 공개 메소드

public GetDrivers ( ) : Task
리턴 Task

Heartbeat() 공개 메소드

public Heartbeat ( ) : Task
리턴 Task

QualityService() 공개 메소드

public QualityService ( ) : Microsoft.Practices.Unity
리턴 Microsoft.Practices.Unity

프로퍼티 상세

channel 보호되어 있는 프로퍼티

protected IContextChannel channel
리턴 IContextChannel

logger 보호되어 있는 프로퍼티

protected Logger logger
리턴 Logger