OnlyOnRanToCompletion flag added
This commit is contained in:
@@ -31,7 +31,7 @@ namespace WpfViewModelFirst
|
|||||||
{
|
{
|
||||||
System.Diagnostics.Debug.WriteLine(c.Result);
|
System.Diagnostics.Debug.WriteLine(c.Result);
|
||||||
CurrentViewModel = new Part2ViewModel();
|
CurrentViewModel = new Part2ViewModel();
|
||||||
});
|
}, TaskContinuationOptions.OnlyOnRanToCompletion);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task<string> LongDelay()
|
private async Task<string> LongDelay()
|
||||||
|
|||||||
Reference in New Issue
Block a user