ServiceProgressData 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.
This class used to propagate service or package load progress for async service and packages Messages and values passed through this class will be shown to the user in some appropriate manner by the shell.
public ref class ServiceProgressData sealed
public ref class ServiceProgressData sealed
class ServiceProgressData sealed
public sealed class ServiceProgressData
type ServiceProgressData = class
Public NotInheritable Class ServiceProgressData
- Inheritance
-
ServiceProgressData
Constructors
ServiceProgressData(String, String, Int32, Int32) |
Report progress with completion information. |
ServiceProgressData(String, String) |
Reports progress with no completion information. |
Properties
CurrentStep |
Gets the number of the current step. |
ProgressText |
Gets the message that indicates the current progress. |
TotalSteps |
Gets the number of total steps. |
WaitMessage |
Gets the message that is displayed to the user. |