iControl.SecurityFirewallRuleList.Endget_fw_rule_destination_address_range_description C# (CSharp) Méthode

Endget_fw_rule_destination_address_range_description() public méthode

public Endget_fw_rule_destination_address_range_description ( System asyncResult ) : string[][][]
asyncResult System
Résultat string[][][]
        public string[][][] Endget_fw_rule_destination_address_range_description(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [] [])(results[0]));
        }
SecurityFirewallRuleList