BulkFileOperation.BeginAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Start bulk file operation based on the previous QueryBulkFileOperationAsync method.
public:
System::Threading::Tasks::Task ^ BeginAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task BeginAsync (System.Threading.CancellationToken cancellationToken);
member this.BeginAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function BeginAsync (cancellationToken As CancellationToken) As Task
Parameters
- cancellationToken
- CancellationToken
Cancellation token to cancel operation