Autodesk Vault ProfessionalVault API

ReportProgress Method

Autodesk.DataManagement.Client.Framework.Forms.InterfacesIProgressView

Reports progress to the GUI layer

Syntax

void ReportProgress(
   System.string caption,
   System.string header,
   System.Collections.Generic.IEnumerable<ProgressValue> progressValues,
   System.int percComplete
)
Sub ReportProgress( _
   ByVal caption As System.String, _
   ByVal header As System.String, _
   ByVal progressValues As System.Collections.Generic.IEnumerable(Of ProgressValue), _
   Optional ByVal percComplete As System.Integer _
) 

Parameters

NameDescription
caption
header
progressValues
percComplete

See Also