iControl.SecurityFirewallAddressList.Begincreate_with_geo C# (CSharp) Method

Begincreate_with_geo() public method

public Begincreate_with_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 Begincreate_with_geo(string [] lists,CommonGeoLocation [] [] geos, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_with_geo", new object[] {
            lists,
            geos}, callback, asyncState);
        }
SecurityFirewallAddressList