A method can return async Task, Task, or void. It is advised to return void only when necessary since the Tasks are awaitable, while void is not ...
確定! 回上一頁