iControl.GlobalLBWideIP.Endget_ipv6_no_error_response_state C# (CSharp) 메소드

Endget_ipv6_no_error_response_state() 공개 메소드

public Endget_ipv6_no_error_response_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]
        public CommonEnabledState[] Endget_ipv6_no_error_response_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonEnabledState [])(results[0]));
        }
GlobalLBWideIP