C# Class SynchronizationServer.ConnectionThread

Afficher le fichier Open project: favoritas37/cassandra-fs Class Usage Examples

Méthodes publiques

Свойство Type Description
threadListener System.Net.Sockets.TcpListener

Méthodes publiques

Méthode Description
ExecuteCommandSynchronized ( String command ) : void
HandleConnection ( object state ) : void
ReadRemoteClient ( object messageObj ) : void
killThreads ( ) : void

Method Details

ExecuteCommandSynchronized() public méthode

public ExecuteCommandSynchronized ( String command ) : void
command String
Résultat void

HandleConnection() public méthode

public HandleConnection ( object state ) : void
state object
Résultat void

ReadRemoteClient() public méthode

public ReadRemoteClient ( object messageObj ) : void
messageObj object
Résultat void

killThreads() public méthode

public killThreads ( ) : void
Résultat void

Property Details

threadListener public_oe property

public TcpListener,System.Net.Sockets threadListener
Résultat System.Net.Sockets.TcpListener