iControl.SecurityFirewallGlobalRuleList.Beginget_fw_rule_destination_geo_description C# (CSharp) Méthode

Beginget_fw_rule_destination_geo_description() public méthode

public Beginget_fw_rule_destination_geo_description ( string rules, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
rules string
geos CommonGeoLocation
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_fw_rule_destination_geo_description(string [] rules,CommonGeoLocation [] [] geos, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_fw_rule_destination_geo_description", new object[] {
            rules,
            geos}, callback, asyncState);
        }
SecurityFirewallGlobalRuleList