iControl.GlobalLBProberPool.get_statistics C# (CSharp) 메소드

get_statistics() 개인적인 메소드

private get_statistics ( string pools ) : GlobalLBProberPoolProberPoolStatistics
pools string
리턴 GlobalLBProberPoolProberPoolStatistics
        public GlobalLBProberPoolProberPoolStatistics get_statistics(
		string [] pools
	)
        {
            object [] results = this.Invoke("get_statistics", new object [] {
                pools});
            return ((GlobalLBProberPoolProberPoolStatistics)(results[0]));
        }
GlobalLBProberPool