ActionFlowEventOnDeviceUpdated Field

Invoked when a device has been updated, either manually by a user or because of a background process.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public static readonly ActionFlowEvent OnDeviceUpdated

Field Value

ActionFlowEvent

Remarks

Parameters:
  • Previous version of the Device (DeviceDto)
  • Current version of the Device (DeviceDto)
  • the user updating the Device (AccountDto - can be null)
  • the background process creating the Device (Guid - can be null)
  • When this took place (DateTime)

See Also