iControl.GlobalLBProberPool.get_statistics C# (CSharp) Method

get_statistics() private method

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