C# Class Abstractions.Pipes.PipeServer

Inheritance: Pipe
Afficher le fichier Open project: MutonUfoAI/pgina Class Usage Examples

Private Properties

Свойство Type Description
FakeClientToWakeEmAndShakem void
ServerThread void
StartServerThreads void
StopServerThreads void

Méthodes publiques

Méthode Description
PipeServer ( string name, int maxClients, Func action ) : System
PipeServer ( string name, int maxClients, object>.Func action ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
FakeClientToWakeEmAndShakem ( ) : void
ServerThread ( ) : void
StartServerThreads ( ) : void
StopServerThreads ( ) : void

Method Details

PipeServer() public méthode

public PipeServer ( string name, int maxClients, Func action ) : System
name string
maxClients int
action Func
Résultat System

PipeServer() public méthode

public PipeServer ( string name, int maxClients, object>.Func action ) : System
name string
maxClients int
action object>.Func
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void