mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update ImageFileCache.WPF.cs
This commit is contained in:
parent
262ccc268e
commit
4a6ed42701
|
|
@ -42,7 +42,7 @@ namespace MapControl.Caching
|
||||||
|
|
||||||
public Task Clean()
|
public Task Clean()
|
||||||
{
|
{
|
||||||
return Task.Factory.StartNew(() => CleanRootDirectory(), TaskCreationOptions.LongRunning);
|
return Task.Factory.StartNew(CleanRootDirectory, TaskCreationOptions.LongRunning);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Name
|
public override string Name
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue