Method GetDownloadProgress
GetDownloadProgress(RemoteContentLocation, ref long, ref long)
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. |
long | contentSize | The total bytes of the content. |
long | downloadedBytes | The number of bytes downloaded so far. |