MobileTrackEventIdsObjectIsSoftDeleted Field

Invoked when the object we are trying to work with is IsDeleted.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public const int ObjectIsSoftDeleted = 1056

Field Value

Int32

Remarks

This event can be invoked without need for a bugfix; it is a normal part of the application flow, and expected if running tasks encounter the issue that an object was suddenly soft-deleted.

See Also