ServiceProgressData Class

Definition

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)

Reports progress with no completion information./// </summary>/// <param name="waitMessage"> </param>/// <param name="progressText">Message indicating current progress of the operation</param>/// <remarks>Threaded wait dialog will show marquee style progress bar because no detailed progress information is provided</remarks>

ServiceProgressData(String, String, Int32, Int32)

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.

Applies to