iControl.LocalLBProfileFastHttp.get_statistics C# (CSharp) Метод

get_statistics() приватный Метод

private get_statistics ( string profile_names ) : LocalLBProfileFastHttpProfileFastHttpStatistics
profile_names string
Результат LocalLBProfileFastHttpProfileFastHttpStatistics
        public LocalLBProfileFastHttpProfileFastHttpStatistics get_statistics(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_statistics", new object [] {
                profile_names});
            return ((LocalLBProfileFastHttpProfileFastHttpStatistics)(results[0]));
        }
LocalLBProfileFastHttp