C# 클래스 CodeImp.Gluon.RemoteManager

파일 보기 프로젝트 열기: DieterKoblenz/LCARS 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ProcessCommand ( RemoteCommand cmd ) : void
RegisterService ( RemoteService svc ) : void
RemoteManager ( ) : System
UnregisterService ( RemoteService svc ) : void

비공개 메소드들

메소드 설명
DisconnectClient ( RemoteClient rc, string message ) : void
ProcessingThread ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProcessCommand() 공개 메소드

public ProcessCommand ( RemoteCommand cmd ) : void
cmd RemoteCommand
리턴 void

RegisterService() 공개 메소드

public RegisterService ( RemoteService svc ) : void
svc RemoteService
리턴 void

RemoteManager() 공개 메소드

public RemoteManager ( ) : System
리턴 System

UnregisterService() 공개 메소드

public UnregisterService ( RemoteService svc ) : void
svc RemoteService
리턴 void