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

Update() 공개 메소드

public Update ( IGeoCountry geoCountry ) : Task
geoCountry IGeoCountry
리턴 Task
        public async Task Update(IGeoCountry geoCountry)
        {
            await commands.Update(geoCountry, CancellationToken.None);
        }

Same methods

GeoDataManager::Update ( IGeoZone geoZone ) : Task