iControl.SecurityFirewallGlobalAdminIPRuleList.Beginget_fw_rule_protocol C# (CSharp) 메소드

Beginget_fw_rule_protocol() 공개 메소드

public Beginget_fw_rule_protocol ( string rules, System callback, object asyncState ) : System.IAsyncResult
rules string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_fw_rule_protocol(string [] rules, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_fw_rule_protocol", new object[] {
            rules}, callback, asyncState);
        }
SecurityFirewallGlobalAdminIPRuleList