CauProgressReportingCommand.UpdateRootProgressStatusDescription Method (String, Object[])

 

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

Syntax

protected void UpdateRootProgressStatusDescription(
    string statusDescriptionFormat,
    params object[] inserts
)
protected:
void UpdateRootProgressStatusDescription(
    String^ statusDescriptionFormat,
    ... array<Object^>^ inserts
)
member UpdateRootProgressStatusDescription : 
        statusDescriptionFormat:string *
        [<ParamArrayAttribute>] inserts:Object[] -> unit
Protected Sub UpdateRootProgressStatusDescription (
    statusDescriptionFormat As String,
    ParamArray inserts As Object()
)

Parameters

See Also

UpdateRootProgressStatusDescription Overload
CauProgressReportingCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top