Method GetDownloadProgress
GetDownloadProgress(RemoteContentLocation, ref Int64, ref Int64)
Gets the downlaod progress for a specific location.
Declaration
public void GetDownloadProgress(RemoteContentLocation loc, ref long contentSize, ref long downloadedBytes)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoteContentLocation | loc | The content location. |
| Int64 | contentSize | The total bytes of the content. |
| Int64 | downloadedBytes | The number of bytes downloaded so far. |