C# async to sync

56

C# async to sync -

var task = MyAsyncMethod();
var result = task.WaitAndUnwrapException();

Comments

Submit
0 Comments