iControl.LocalLBNodeAddress.get_statistics C# (CSharp) Method

get_statistics() private method

private get_statistics ( string node_addresses ) : LocalLBNodeAddressNodeAddressStatistics
node_addresses string
return LocalLBNodeAddressNodeAddressStatistics
        public LocalLBNodeAddressNodeAddressStatistics get_statistics(
		string [] node_addresses
	)
        {
            object [] results = this.Invoke("get_statistics", new object [] {
                node_addresses});
            return ((LocalLBNodeAddressNodeAddressStatistics)(results[0]));
        }
LocalLBNodeAddress