다음을 통해 공유


IUserExtension2.ShowProgressWindow Method (String, String)

 

Shows the progress window.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

void ShowProgressWindow(
    string titleText,
    string description
)
void ShowProgressWindow(
    String^ titleText,
    String^ description
)
Sub ShowProgressWindow (
    titleText As String,
    description As String
)

Parameters

  • titleText
    Type: System.String

    The caption for the progress window.

  • description
    Type: System.String

    The description for the operation.

Remarks

This is only available on Small Business Server 2011 Essentials.

See Also

IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top