iControl.GlobalLBWideIPV2.Endget_failure_response_return_code_ttl C# (CSharp) 메소드

Endget_failure_response_return_code_ttl() 공개 메소드

public Endget_failure_response_return_code_ttl ( System asyncResult ) : long[]
asyncResult System
리턴 long[]
        public long[] Endget_failure_response_return_code_ttl(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
GlobalLBWideIPV2