iControl.SecurityFirewallGlobalAdminIPRuleList.Endget_fw_rule_protocol C# (CSharp) Méthode

Endget_fw_rule_protocol() public méthode

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