Method Process
Process(ref DownloadStatus, ref long)
Process the state of the operation.
Declaration
public bool Process(ref ContentDownloadService.DownloadStatus status, ref long downloadedBytes)
Parameters
Type | Name | Description |
---|---|---|
ContentDownloadService.DownloadStatus | status | The status of the operation. This may be modified if the status changes. |
long | downloadedBytes | The total number of bytes downloaded of the content. |
Returns
Type | Description |
---|---|
bool | True if the operation is complete, false if more processing is required. |