iControl.LocalLBRule.Begindelete_rule C# (CSharp) Method

Begindelete_rule() public method

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