iControl.LocalLBProfileAnalytics.get_subnet_address C# (CSharp) Method

get_subnet_address() private method

private get_subnet_address ( string profile_names, string subnets ) : string[][]
profile_names string
subnets string
return string[][]
        public string[][] get_subnet_address(
		string [] profile_names,
		string [] [] subnets
	)
        {
            object [] results = this.Invoke("get_subnet_address", new object [] {
                profile_names,
                subnets});
            return ((string [] [])(results[0]));
        }
LocalLBProfileAnalytics