Click or drag to resize

IDownloadServiceCancelTaskAsync Method

Cancels the current download operation asynchronously and returns a Task object that represents the cancellation operation.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
Task CancelTaskAsync()

Return Value

Task
A Task object that represents the asynchronous cancellation operation.
See Also