C# 클래스 Animatroller.ExpanderCommunication.SignalRServer

상속: IDisposable, IServerCommunication
파일 보기 프로젝트 열기: HakanL/animatroller 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
log Logger

공개 메소드들

메소드 설명
Dispose ( ) : void
SendToClientAsync ( string instanceId, string messageType, byte data ) : Task
SignalRServer ( int listenPort, Action dataReceivedAction ) : System
StartAsync ( ) : System.Threading.Tasks.Task
StopAsync ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
DataReceived ( string instanceId, string connectionId, string messageType, byte data ) : void
UpdateInstance ( string instanceId, string connectionId ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SendToClientAsync() 공개 메소드

public SendToClientAsync ( string instanceId, string messageType, byte data ) : Task
instanceId string
messageType string
data byte
리턴 Task

SignalRServer() 공개 메소드

public SignalRServer ( int listenPort, Action dataReceivedAction ) : System
listenPort int
dataReceivedAction Action
리턴 System

StartAsync() 공개 메소드

public StartAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

StopAsync() 공개 메소드

public StopAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

프로퍼티 상세

log 보호되어 있는 정적으로 프로퍼티

protected static Logger log
리턴 Logger