iControl.GlobalLBPoolV2.get_statistics C# (CSharp) Method

get_statistics() private method

private get_statistics ( GlobalLBPoolID pools ) : GlobalLBPoolV2PoolStatistics
pools GlobalLBPoolID
return GlobalLBPoolV2PoolStatistics
        public GlobalLBPoolV2PoolStatistics get_statistics(
		GlobalLBPoolID [] pools
	)
        {
            object [] results = this.Invoke("get_statistics", new object [] {
                pools});
            return ((GlobalLBPoolV2PoolStatistics)(results[0]));
        }
GlobalLBPoolV2