cloudscribe.Core.Web.Components.GeoDataManager.StateAutoComplete C# (CSharp) Method

StateAutoComplete() public method

public StateAutoComplete ( System.Guid countryGuid, string query, int maxRows ) : Task>
countryGuid System.Guid
query string
maxRows int
return Task>
        public Task<List<IGeoZone>> StateAutoComplete(Guid countryGuid, string query, int maxRows)
        {
            return queries.StateAutoComplete(countryGuid, query, maxRows, CancellationToken);
        }