Partager via


ProgressDelegete Delegate

Serves as a delegate, in Configuration Manager 2007, for a progress report on the progress page of a wizard, which is a type of form.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As New ProgressDelegete(AddressOf HandlerMethod)

Syntax

'Declaration
Public Delegate Sub ProgressDelegete ( _
    progessPercentage As Integer, _
    userData As Object _
)
public delegate void ProgressDelegete (
    int progessPercentage,
    Object userData
)
public delegate void ProgressDelegete (
    int progessPercentage, 
    Object^ userData
)
/** @delegate */
public delegate void ProgressDelegete (
    int progessPercentage, 
    Object userData
)

Parameters

  • progessPercentage
    [in] Percentage of progress.
  • userData
    [in] System.Object instance representing user data.

Example

SmsFormType

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

Microsoft.ConfigurationManagement.AdminConsole Namespace