iControl.SecurityFirewallGlobalRuleList.Beginremove_fw_rule_source_geo C# (CSharp) Method

Beginremove_fw_rule_source_geo() public method

public Beginremove_fw_rule_source_geo ( string rules, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
rules string
geos CommonGeoLocation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_fw_rule_source_geo(string [] rules,CommonGeoLocation [] [] geos, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_fw_rule_source_geo", new object[] {
            rules,
            geos}, callback, asyncState);
        }
SecurityFirewallGlobalRuleList