CloudEventsServiceInvokeOnDeviceRebuild Method
(Soft-)deletes the updated device to disc, re-adds it under a new ID, and then invokes the Event Grid Topic that the Action Handler can start its process.
Namespace: MobileTrack.Web.Components.ServicesAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public Task<Guid> InvokeOnDeviceRebuild(
DeviceDto device,
UserSessionData rebuildBy,
IStringLocalizer loc
)
- device DeviceDto
- Device to rebuild
- rebuildBy UserSessionData
- User rebuilding this device.
- loc IStringLocalizer
- Localization service
TaskGuidThe identifier for the event grid action that the user in the front-end can follow up on.
There is no cancellation token because the deletion task should not be interrupted if the player leaves the page!