C# Class NMemcached.MemcachedServer

Show file Open project: hibernating-rhinos/NMemcached Class Usage Examples

Public Methods

Method Description
MemcachedServer ( IPAddress address, int port ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
BeginAcceptTcpClientCallback ( IAsyncResult ar ) : void

Method Details

MemcachedServer() public method

public MemcachedServer ( IPAddress address, int port ) : System
address System.Net.IPAddress
port int
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void