Microsoft.VisualStudio.RpcContracts.ProgressReporting Namespace
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.
Classes
ProgressReporterOptions |
A class that holds the options that customize the behavior of Task Status Center in VS. |
ProgressStatus |
A class that holds the data that relates to the ongoing progress of background work. The data will be displayed in the Task Status Center UI appropiately. |
WorkCanceledEventArgs |
This class contains the event args when WorkCanceled is invoked. |
Interfaces
IWorkProgressHandler |
This interface describes the entity that handles the registration, progress reporting and completion of background work in the Task Status Center. |