Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IDownloadService.End Examples
Programming Language:
C# (CSharp)
Class/Type:
IDownloadService
Method/Function:
End
Examples at hotexamples.com:
1
C# (CSharp) IDownloadService.End - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IDownloadService.End
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GetDownloadByGuid(30)
GetDownloadById(30)
DownloadReport(15)
DownloadFile(10)
DeleteDownload(9)
Download(9)
GetDownloadBits(9)
DownloadAsync(8)
GetDownloadByGuidAsync(6)
DownloadFileAsync(5)
GetDownloadByIdAsync(5)
GetAsync(4)
DownloadData(4)
DownloadFromPath(3)
Get(3)
GetDownloadBitsAsync(3)
AddDownload(3)
CancelAsync(2)
GetDownloadRelease(2)
DownloadMediaFromYoutubeTrackAsync(2)
DownloadWebsitesParallelAsync(2)
DownloadZipFile(2)
Execute(2)
FetchDownload(2)
CanShutdown(2)
GetDownloads(2)
GetDownloadsFor(2)
CancelDownload(2)
DownLoadFile(2)
GetAllDownloadedPhotoNames(1)
GetAlbumInfo(1)
GetDownloadByVersion(1)
GetFile(1)
FirstOrDefault(1)
GetDownloadUrl(1)
GetData(1)
Enqueue(1)
End(1)
DownloadVideoFromYoutube(1)
GetDownloadsByIds(1)
DownloadImageUrl(1)
DownloadSite(1)
DownloadAndInstallMSI(1)
Cancel(1)
CancelLoading(1)
Clear(1)
Create(1)
CreateDownload(1)
CreateDownloader(1)
CreateNew(1)
Frequently Used Methods
GetDownloadByGuid (30)
GetDownloadById (30)
DownloadReport (15)
DownloadFile (10)
DeleteDownload (9)
Download (9)
GetDownloadBits (9)
DownloadAsync (8)
GetDownloadByGuidAsync (6)
DownloadFileAsync (5)
Frequently Used Methods
GetDownloadByIdAsync (5)
GetAsync (4)
DownloadData (4)
DownloadFromPath (3)
Get (3)
GetDownloadBitsAsync (3)
AddDownload (3)
CancelAsync (2)
GetDownloadRelease (2)
DownloadMediaFromYoutubeTrackAsync (2)
DownloadWebsitesParallelAsync (2)
DownloadZipFile (2)
Execute (2)
FetchDownload (2)
CanShutdown (2)
GetDownloads (2)
GetDownloadsFor (2)
CancelDownload (2)
DownLoadFile (2)
GetAllDownloadedPhotoNames (1)
Frequently Used Methods
DownloadWebsitesParallelAsync (2)
DownloadZipFile (2)
Execute (2)
FetchDownload (2)
CanShutdown (2)
GetDownloads (2)
GetDownloadsFor (2)
CancelDownload (2)
DownLoadFile (2)
GetAllDownloadedPhotoNames (1)
GetAlbumInfo (1)
GetDownloadByVersion (1)
GetFile (1)
FirstOrDefault (1)
GetDownloadUrl (1)
GetData (1)
Enqueue (1)
End (1)
DownloadVideoFromYoutube (1)
GetDownloadsByIds (1)
DownloadImageUrl (1)
DownloadSite (1)
DownloadAndInstallMSI (1)
Cancel (1)
CancelLoading (1)
Clear (1)
Create (1)
CreateDownload (1)
CreateDownloader (1)
CreateNew (1)
Frequently Used Methods
GetAlbumInfo (1)
GetDownloadByVersion (1)
GetFile (1)
FirstOrDefault (1)
GetDownloadUrl (1)
GetData (1)
Enqueue (1)
End (1)
DownloadVideoFromYoutube (1)
GetDownloadsByIds (1)
DownloadImageUrl (1)
DownloadSite (1)
DownloadAndInstallMSI (1)
Cancel (1)
CancelLoading (1)
Clear (1)
Create (1)
CreateDownload (1)
CreateDownloader (1)
CreateNew (1)
CreateSessionAsync (1)
DeleteSessionAsync (1)
DownLoadFiles (1)
DownloadAllPhotosAsync (1)
DownloadAsStreamAsync (1)
DownloadRequest (1)
DownloadByYoutubeLink (1)
DownloadBytes (1)
DownloadDemoAsync (1)
DownloadDll (1)
DownloadEpisode (1)
DownloadFileNames (1)
DownloadFileTaskAsync (1)
DownloadFullAsync (1)
AddRange (1)
DownloadInvoiceAsync (1)
DownloadJarAsync (1)
DownloadMediaFromTrackAsync (1)
GetFileAsStringAsync (1)
Example #1
0
Show file
File:
App.xaml.cs
Project:
Loongtze/downkyi
protected override void OnExit(ExitEventArgs e) { // 关闭下载服务 downloadService.End(); base.OnExit(e); }
x