Свойство | Тип | Описание | |
---|---|---|---|
All |
Метод | Описание | |
---|---|---|
GetRaw ( string key ) : string>>.IEnumerable |
||
GetRaw ( |
Returns the stat value for a specific server. The value is not converted but returned as the server returned it.
|
|
GetRaw ( |
Returns the stat value for a specific server. The value is not converted but returned as the server returned it.
|
|
GetUptime ( |
Returns the uptime of the specific server.
|
|
GetValue ( |
Gets a stat value for the specified server.
|
|
GetVersion ( |
Returns the server of memcached running on the specified server.
|
Метод | Описание | |
---|---|---|
ServerStats ( string>.Dictionary |
public GetRaw ( string key ) : string>>.IEnumerable |
||
key | string | |
Результат | string>>.IEnumerable |
public GetRaw ( |
||
server | The adress of the server | |
item | StatItem | The stat value to be returned |
Результат | string |
public GetRaw ( |
||
server | The adress of the server | |
key | string | The name of the stat value |
Результат | string |
public GetUptime ( |
||
server | The adress of the server | |
Результат | System.TimeSpan |
public GetValue ( |
||
server | The adress of the server. If |
|
item | StatItem | The stat to be returned |
Результат | long |
public GetVersion ( |
||
server | The adress of the server | |
Результат | System.Version |