iControl.GlobalLBWideIP.get_ipv6_no_error_negative_ttl C# (CSharp) Method

get_ipv6_no_error_negative_ttl() private method

private get_ipv6_no_error_negative_ttl ( string wide_ips ) : long[]
wide_ips string
return long[]
        public long[] get_ipv6_no_error_negative_ttl(
		string [] wide_ips
	)
        {
            object [] results = this.Invoke("get_ipv6_no_error_negative_ttl", new object [] {
                wide_ips});
            return ((long [])(results[0]));
        }
GlobalLBWideIP