Свойство | Type | Description | |
---|---|---|---|
IMemcachedClientConfiguration |
Méthode | Description | |
---|---|---|
AddServer ( string address ) : void |
Adds a new server to the sockIOPool.
|
|
AddServer ( string host, int port ) : void |
Adds a new server to the sockIOPool.
|
|
MemcachedClientConfiguration ( ) : System |
Initializes a new instance of the T:MemcachedClientConfiguration class.
|
Méthode | Description | |
---|---|---|
IMemcachedClientConfiguration ( ) : |
public AddServer ( string address ) : void | ||
address | string | The address and the port of the server in the format 'host:port'. |
Résultat | void |
public AddServer ( string host, int port ) : void | ||
host | string | |
port | int | The port number of the memcached instance. |
Résultat | void |
public MemcachedClientConfiguration ( ) : System | ||
Résultat | System |