iControl.GlobalLBMonitor.Beginset_ignore_down_response_state C# (CSharp) Method

Beginset_ignore_down_response_state() public method

public Beginset_ignore_down_response_state ( string template_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
template_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ignore_down_response_state(string [] template_names,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ignore_down_response_state", new object[] {
            template_names,
            states}, callback, asyncState);
        }
GlobalLBMonitor