C# Class Artemis.Utilities.DataReaders.PipeServer

显示文件 Open project: SpoinkyNL/Artemis Class Usage Examples

Public Methods

Method Description
PipeServer ( ILogger logger ) : System
Start ( string pipeName ) : void
Stop ( ) : void

Private Methods

Method Description
GetPipeServer ( string name ) : NamedPipeServerStream
WaitForConnectionCallBack ( IAsyncResult iar ) : void

Method Details

PipeServer() public method

public PipeServer ( ILogger logger ) : System
logger ILogger
return System

Start() public method

public Start ( string pipeName ) : void
pipeName string
return void

Stop() public method

public Stop ( ) : void
return void