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

Endget_fw_rule_description() 공개 메소드

public Endget_fw_rule_description ( System asyncResult ) : string[][]
asyncResult System
리턴 string[][]
        public string[][] Endget_fw_rule_description(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [])(results[0]));
        }
SecurityFirewallRuleList