CauProgressReportingCommand.UpdateProgressStatusDescription Method (ProgressRecord, String)

 

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

protected void UpdateProgressStatusDescription(
    ProgressRecord pr,
    string statusDescription
)
protected:
void UpdateProgressStatusDescription(
    ProgressRecord^ pr,
    String^ statusDescription
)
member UpdateProgressStatusDescription : 
        pr:ProgressRecord *
        statusDescription:string -> unit
Protected Sub UpdateProgressStatusDescription (
    pr As ProgressRecord,
    statusDescription As String
)

Parameters

See Also

CauProgressReportingCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top