iControl.SecurityFirewallAddressList.remove_geo C# (CSharp) Method

remove_geo() private method

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