ThreadedWaitDialogHelper.Session Class

Definition

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.

Applies to