ActionFlowEventOnEnvironmentUpdated Field
Invoked when an environment has been updated, either manually by a user or because of a background process.
Namespace: MobileTrack.Common.EnumsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static readonly ActionFlowEvent OnEnvironmentUpdated
Field Value
ActionFlowEvent
Parameters:
- Previous version of the Environment (EnvironmentDto)
- Current version of the Environment (EnvironmentDto)
- the user updating the Environment (AccountDto - can be null)
- the background process updating the Environment (Guid - can be null)
- When this took place (DateTime)