iControl.LocalLBRule.Beginget_ignore_verification C# (CSharp) Method

Beginget_ignore_verification() public method

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