OfflineOData CancelDownload¶
OfflineOData CancelDownload action is used to cancel the download of data from the backend.
All the properties defined under Action are applicable to this action.
OfflineOData CancelDownload Properties¶
Property | Type | Required |
---|---|---|
Service | Service | Yes |
_Type | const |
Yes |
Service¶
The target service
- type: Service
_Type¶
- type:
const
The value of this property must be:
"Action.Type.OfflineOData.CancelDownload"
Action Result¶
The ActionResult of this action is null
.
Examples¶
{
"_Type": "Action.Type.OfflineOData.CancelDownload",
"Service": "/MyMDKApp/Services/MyOData.service",
}