iControl.LocalLBRule.Beginset_ignore_verification C# (CSharp) Method

Beginset_ignore_verification() public method

public Beginset_ignore_verification ( string rule_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
rule_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ignore_verification(string [] rule_names,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ignore_verification", new object[] {
            rule_names,
            states}, callback, asyncState);
        }
LocalLBRule