cloudscribe.Core.Web.Components.GeoDataManager.StateAutoComplete C# (CSharp) 메소드

StateAutoComplete() 공개 메소드

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