iControl.SecurityFirewallGlobalAdminIPRuleList.Endget_fw_rule_protocol C# (CSharp) Method

Endget_fw_rule_protocol() public method

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