iControl.SecurityFirewallAddressList.Beginget_geo_description C# (CSharp) Method

Beginget_geo_description() public method

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