Click or drag to resize

IDownloadServicePause Method

Pauses the current download operation. In this way, you can resume the download very quickly.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
void Pause()
Remarks
Note: Please use the cancel method instead of this method if you want to stop and dispose of the download and save the download package until you can resume it again.
See Also