iControl.SecurityFirewallRuleList.Beginget_description C# (CSharp) 메소드

Beginget_description() 공개 메소드

public Beginget_description ( string rule_lists, System callback, object asyncState ) : System.IAsyncResult
rule_lists string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_description(string [] rule_lists, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_description", new object[] {
            rule_lists}, callback, asyncState);
        }
SecurityFirewallRuleList