C# Class SynchronizationServer.ConnectionThread

Mostrar archivo Open project: favoritas37/cassandra-fs Class Usage Examples

Public Properties

Property Type Description
threadListener System.Net.Sockets.TcpListener

Public Methods

Method Description
ExecuteCommandSynchronized ( String command ) : void
HandleConnection ( object state ) : void
ReadRemoteClient ( object messageObj ) : void
killThreads ( ) : void

Method Details

ExecuteCommandSynchronized() public method

public ExecuteCommandSynchronized ( String command ) : void
command String
return void

HandleConnection() public method

public HandleConnection ( object state ) : void
state object
return void

ReadRemoteClient() public method

public ReadRemoteClient ( object messageObj ) : void
messageObj object
return void

killThreads() public method

public killThreads ( ) : void
return void

Property Details

threadListener public_oe property

public TcpListener,System.Net.Sockets threadListener
return System.Net.Sockets.TcpListener