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