iControl.SecurityFirewallAddressList.remove_geo C# (CSharp) Méthode

remove_geo() private méthode

private remove_geo ( string lists, CommonGeoLocation geos ) : void
lists string
geos CommonGeoLocation
Résultat void
        public void remove_geo(
		string [] lists,
		CommonGeoLocation [] [] geos
	)
        {
            this.Invoke("remove_geo", new object [] {
                lists,
                geos});
        }
SecurityFirewallAddressList