iControl.GlobalLBWideIP.Endget_ipv6_no_error_negative_ttl C# (CSharp) Method

Endget_ipv6_no_error_negative_ttl() public method

public Endget_ipv6_no_error_negative_ttl ( System asyncResult ) : long[]
asyncResult System
return long[]
        public long[] Endget_ipv6_no_error_negative_ttl(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
GlobalLBWideIP