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