Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8293249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T13:45:27+00:00 2026-06-08T13:45:27+00:00

Say I have a WPF dialog in which I have async event handlers that

  • 0

Say I have a WPF dialog in which I have async event handlers that await some call that takes a long time. Then the user closes the dialog (and the code disposes it) before that await has returned. I would imagine that would cause a crash. Is there a prescribed way to handle this scenario using the new async/await keywords in C# 5 with the new TaskAsync methods in .NET 4.5?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T13:45:30+00:00Added an answer on June 8, 2026 at 1:45 pm

    async/await should work fine.

    Each WPF window does create its own SynchronizationContext – at least right now (this is an implementation detail). But these are just simple wrappers around the common Dispatcher.

    So, TaskAwaiter will end up capturing a SynchronizationContext for a window that gets destroyed, but it doesn’t really matter because the Dispatcher is still there.

    Now, what your code does is another story. e.g., if you have an async event handler in this situation, it has to be able to handle resuming on a disposed instance.

    Both Adam and leppie have good comments: either prevent the user from closing the dialog, or cancel the task (and ensure it is cancelled before actually closing the dialog). Another good option – if your idea is to start an operation that should outlast the dialog – is to start the Task and then add it to a shared collection of in-progress operations. All of these options prevent the undesirable situation of an async event handler running on a disposed instance.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Say we have a standard WPF-application, and I want to show some UI-elements on
Lets say I have a WPF application that shows a ListBox with an ArrayList
I have a WPF MyUserControl . That MyUserControl contains a private _MyBusinessObject. Say, I
Say I have a WPF application with a button. In the buttom click event,
I have a WPF form that takes a list of objects that have locations
We have a WPF application, let’s say I have a Department object, in it
Let say I have are two WPF forms: Form1 and Form2 . Form1 contains
Say I have a very simple WPF grid (6 rows x 6 columns) defined
I have a custom class say 'MyCanvas' derived from wpf Canvas class. MyCanvas has
Say, I have a WPF program with a Windows Forms control in WindowsFormsHost on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.