C# Class Artemis.Utilities.DataReaders.PipeServer

Afficher le fichier Open project: SpoinkyNL/Artemis Class Usage Examples

Méthodes publiques

Méthode Description
PipeServer ( ILogger logger ) : System
Start ( string pipeName ) : void
Stop ( ) : void

Private Methods

Méthode Description
GetPipeServer ( string name ) : NamedPipeServerStream
WaitForConnectionCallBack ( IAsyncResult iar ) : void

Method Details

PipeServer() public méthode

public PipeServer ( ILogger logger ) : System
logger ILogger
Résultat System

Start() public méthode

public Start ( string pipeName ) : void
pipeName string
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void