Méthode | Description | |
---|---|---|
Downloader ( string aggregateId, string url, string backupUrl, string fileName, int type, |
||
SendSystemWideMessage ( string identifier, string content, string sourceId = "", string action = "", string url1 = "", string aggregateId = "", string text1 = "", string text2 = "", int int1 = 2 ) : void |
Méthode | Description | |
---|---|---|
AttemptToDownloadPictureAsync ( DownloadRequest dr, |
||
AttemptToDownloadVideoAsync ( DownloadRequest dr, |
||
DownloadService ( ) : System | ||
ExecuteDownload ( DownloadRequest request, |
||
FileExists ( string subFolder, string filename, int type ) : Task |
||
GetFilesAsync ( string subFolder, int type ) : Task |
||
SaveUrlContentToStorage ( string url, Stream stream, |
public Downloader ( string aggregateId, string url, string backupUrl, string fileName, int type, |
||
aggregateId | string | |
url | string | |
backupUrl | string | |
fileName | string | |
type | int | |
cancellationToken | ||
storageFolder | string | |
Résultat | Task |
public SendSystemWideMessage ( string identifier, string content, string sourceId = "", string action = "", string url1 = "", string aggregateId = "", string text1 = "", string text2 = "", int int1 = 2 ) : void | ||
identifier | string | |
content | string | |
sourceId | string | |
action | string | |
url1 | string | |
aggregateId | string | |
text1 | string | |
text2 | string | |
int1 | int | |
Résultat | void |