iControl.LocalLBProfileFastHttp.get_all_statistics C# (CSharp) Méthode

get_all_statistics() private méthode

private get_all_statistics ( ) : LocalLBProfileFastHttpProfileFastHttpStatistics
Résultat LocalLBProfileFastHttpProfileFastHttpStatistics
        public LocalLBProfileFastHttpProfileFastHttpStatistics get_all_statistics(

	)
        {
            object [] results = this.Invoke("get_all_statistics", new object [0]);
            return ((LocalLBProfileFastHttpProfileFastHttpStatistics)(results[0]));
        }
LocalLBProfileFastHttp