comment about what the LongDelay is for.
This commit is contained in:
@@ -49,6 +49,7 @@ namespace WpfViewModelFirst
|
|||||||
|
|
||||||
private async Task<string> LongDelay()
|
private async Task<string> LongDelay()
|
||||||
{
|
{
|
||||||
|
// This would be the Repository call in the production application
|
||||||
await Task.Delay(500);
|
await Task.Delay(500);
|
||||||
return "Completed";
|
return "Completed";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user