Autodesk Vault ProfessionalVault API

Show Method

Autodesk.DataManagement.Client.Framework.Forms.InterfacesIProgressView

Shows a modeless progress view

Syntax

void Show(
   System.Threading.Tasks.Task task,
   System.Threading.CancellationTokenSource cancelToken,
   System.IntPtr parent
)
Sub Show( _
   ByVal task As System.Threading.Tasks.Task, _
   ByVal cancelToken As System.Threading.CancellationTokenSource, _
   ByVal parent As System.IntPtr _
) 

Parameters

NameDescription
taskAn optional task that is executing a background process. If specified, then the progress view will automatically close when the task finishes executing
cancelTokenA cancellation token whose Cancel method will be called if the user clicks the Cancel button on the Progress View
parentA handle to the parent window for the progress view

See Also