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

Endget_fw_rule_protocol() 공개 메소드

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