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

get_all_statistics() private méthode

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

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