C# 클래스 Solar.Laptop.HttpServerManager

Business-Layer driving the underlying Database and exposing the Status. Http server.
상속: IBusinessLayer
파일 보기 프로젝트 열기: nusolar/sc6-telemetry-code 1 사용 예제들

공개 메소드들

메소드 설명
BusinessLoop ( System.Threading.CancellationToken token ) : System.Threading.Tasks.Task
Dispose ( ) : void
HandleUserInput ( Solar gear, Solar sigs ) : void
ListenerCallback ( HttpListenerContext context ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

BusinessLoop() 공개 메소드

public BusinessLoop ( System.Threading.CancellationToken token ) : System.Threading.Tasks.Task
token System.Threading.CancellationToken
리턴 System.Threading.Tasks.Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

HandleUserInput() 공개 메소드

public HandleUserInput ( Solar gear, Solar sigs ) : void
gear Solar
sigs Solar
리턴 void

ListenerCallback() 공개 메소드

public ListenerCallback ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
리턴 void