TaskForm.StartTaskProgress Method
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.
Sends a start notification to the TaskForm object.
protected:
override void StartTaskProgress();
protected override void StartTaskProgress ();
override this.StartTaskProgress : unit -> unit
Protected Overrides Sub StartTaskProgress ()
Remarks
This method calls the UpdateTaskForm and Microsoft.Web.Management.Client.Win32.BaseTaskForm.StartTaskProgress methods.
The Microsoft.Web.Management.Client.Win32.ModulePage.StartAsyncTask method calls the StartTaskProgress method after the background worker thread has been started.