C#におけるFire and Forget非同期処理の方法 メソッドにasync修飾子を追加します。public async Task FireAndForgetAsync() { // 非同期処理のコードを記述します }>>More