Share via


ModulePage.StartProgress(String, MethodInvoker) Method

Definition

Starts the progress indicator.

protected:
 void StartProgress(System::String ^ text, System::Windows::Forms::MethodInvoker ^ cancelMethod);
protected void StartProgress (string text, System.Windows.Forms.MethodInvoker cancelMethod);
member this.StartProgress : string * System.Windows.Forms.MethodInvoker -> unit
Protected Sub StartProgress (text As String, cancelMethod As MethodInvoker)

Parameters

text
String

The progress message.

cancelMethod
MethodInvoker

The MethodInvoker delegate that is called when the StartProgress(String, MethodInvoker) method is canceled.

Applies to