Method CancelDelivery
CancelDelivery(in RemoteContentId)
Cancel an in progress download. This will remove the download state and attempt to cancel the download if it is still inprogress or queued. If the download has already completed, the cached data will not be removed.
Declaration
public bool CancelDelivery(in RemoteContentId id)
Parameters
Type | Name | Description |
---|---|---|
RemoteContentId | id | The remote content id to cancel. |
Returns
Type | Description |
---|---|
bool | False if the id is not known. True otherwise. |