Method GetDownloadStatus
GetDownloadStatus(in RemoteContentLocation)
Gets the download status for a specific location. If the content is cached, this will return a completed status even if the content was not explicitly requested.
Declaration
public ContentDownloadService.DownloadStatus GetDownloadStatus(in RemoteContentLocation loc)
Parameters
Type | Name | Description |
---|---|---|
Remote |
loc | The location of the content. |
Returns
Type | Description |
---|---|
Content |
The current status of the content delivery. |