Enyim.Caching.Memcached.ServerStats.ServerStats C# (CSharp) Méthode

ServerStats() private méthode

private ServerStats ( string>.Dictionary results ) : System
results string>.Dictionary
Résultat System
		internal ServerStats(Dictionary<IPEndPoint, Dictionary<string, string>> results)
		{
			this.results = results;
		}