C# Class Abstractions.Pipes.PipeServer

Inheritance: Pipe
Show file Open project: MutonUfoAI/pgina Class Usage Examples

Private Properties

Property Type Description
FakeClientToWakeEmAndShakem void
ServerThread void
StartServerThreads void
StopServerThreads void

Public Methods

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

Private Methods

Method Description
FakeClientToWakeEmAndShakem ( ) : void
ServerThread ( ) : void
StartServerThreads ( ) : void
StopServerThreads ( ) : void

Method Details

PipeServer() public method

public PipeServer ( string name, int maxClients, Func action ) : System
name string
maxClients int
action Func
return System

PipeServer() public method

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

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void