iControl.GlobalLBGlobals.Beginget_failure_response_return_code_ttl C# (CSharp) Method

Beginget_failure_response_return_code_ttl() public method

public Beginget_failure_response_return_code_ttl ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_failure_response_return_code_ttl(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_failure_response_return_code_ttl", new object[0], callback, asyncState);
        }
GlobalLBGlobals