C# 클래스 SynchronizationServer.ConnectionThread

파일 보기 프로젝트 열기: favoritas37/cassandra-fs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
threadListener System.Net.Sockets.TcpListener

공개 메소드들

메소드 설명
ExecuteCommandSynchronized ( String command ) : void
HandleConnection ( object state ) : void
ReadRemoteClient ( object messageObj ) : void
killThreads ( ) : void

메소드 상세

ExecuteCommandSynchronized() 공개 메소드

public ExecuteCommandSynchronized ( String command ) : void
command String
리턴 void

HandleConnection() 공개 메소드

public HandleConnection ( object state ) : void
state object
리턴 void

ReadRemoteClient() 공개 메소드

public ReadRemoteClient ( object messageObj ) : void
messageObj object
리턴 void

killThreads() 공개 메소드

public killThreads ( ) : void
리턴 void

프로퍼티 상세

threadListener 공개적으로 프로퍼티

public TcpListener,System.Net.Sockets threadListener
리턴 System.Net.Sockets.TcpListener