Autodesk Vault ProfessionalVault API

CancellationToken Property

Autodesk.DataManagement.Client.Framework.Vault.SettingsAcquireFilesSettings.AcquireFileThreadingOptions

Gets or sets the cancellation token that is used to determine if the background operation has been cancelled. The token can also be used to manually force a cancel.

Syntax

public System.Threading.CancellationTokenSource CancellationToken {get; set;}
Public Property CancellationToken As System.Threading.CancellationTokenSource

See Also