iControl.NetworkingSelfIPV2.Beginremove_fw_rule_destination_geo C# (CSharp) Method

Beginremove_fw_rule_destination_geo() public method

public Beginremove_fw_rule_destination_geo ( string self_ips, string rules, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
self_ips string
rules string
geos CommonGeoLocation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_fw_rule_destination_geo(string [] self_ips,string [] [] rules,CommonGeoLocation [] [] [] geos, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_fw_rule_destination_geo", new object[] {
            self_ips,
            rules,
            geos}, callback, asyncState);
        }
NetworkingSelfIPV2