Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MVC3コントローラーアクション内で非同期タスクを開始し、すぐに戻ると、次のガベージコレクション呼び出しまでHttpContextスコープになります。または、非同期タスクが完了するまで待機してからガベージコレクションが行われます。
オブジェクトはrequestの最後にDisposed (ガベージ コレクションではありません) になります。
Dispose