Use Async method name suffix consistently

This commit is contained in:
ClemensFischer 2023-08-19 17:48:52 +02:00
parent f3aad38814
commit adc34b6591
9 changed files with 29 additions and 28 deletions

View file

@ -13,7 +13,7 @@ namespace MapControl
{
public partial class GeoImage
{
private static async Task<GeoBitmap> ReadGeoTiff(string sourcePath)
private static async Task<GeoBitmap> ReadGeoTiffAsync(string sourcePath)
{
return await Task.Run(() =>
{