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 | 
|---|---|---|
| RemoteContentLocation | loc | The location of the content.  | 
    
Returns
| Type | Description | 
|---|---|
| ContentDownloadService.DownloadStatus | The current status of the content delivery.  |