iControl.SecurityFirewallAddressList.Beginremove_geo C# (CSharp) Method

Beginremove_geo() public method

public Beginremove_geo ( string lists, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
lists string
geos CommonGeoLocation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_geo(string [] lists,CommonGeoLocation [] [] geos, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_geo", new object[] {
            lists,
            geos}, callback, asyncState);
        }
SecurityFirewallAddressList