ThreadedWaitDialogHelper.Session Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Offers two-way communication with a visible threaded wait dialog.
public: ref class ThreadedWaitDialogHelper::Session : IDisposable
public class ThreadedWaitDialogHelper.Session : IDisposable
type ThreadedWaitDialogHelper.Session = class
interface IDisposable
Public Class ThreadedWaitDialogHelper.Session
Implements IDisposable
- Inheritance
-
ThreadedWaitDialogHelper.Session
- Implements
Properties
Progress |
Gets the IProgress<T> instance to use for updating the progress of the operation that is reported to the user. |
UserCancellationToken |
Gets a token that is canceled when the user clicks the Cancel button in the threaded wait dialog. |
Methods
Dispose() |
Closes the threaded wait dialog. |