iControl.LocalLBLSNPool.get_statistics C# (CSharp) Method

get_statistics() private method

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