iControl.LocalLBRule.Begindelete_rule C# (CSharp) 메소드

Begindelete_rule() 공개 메소드

public Begindelete_rule ( string rule_names, System callback, object asyncState ) : System.IAsyncResult
rule_names string
callback System
asyncState object
리턴 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