UpdateDurations Method
- Last UpdatedNov 06, 2025
- 1 minute read
The UpdateDurations() method updates the duration of current events for one or all entities that can capture utilization.
| Overload | Description |
|---|---|
| UpdateDurations(Int32,DBInt) | The UpdateDurations() method updates the duration of current events for one or all entities that can capture utilization. This overload of the method uses an entity ID to optionally specify an entity. Note: Beginning with MES version 6.0, this method is obsolete. It is included only for backward compatibility. |
| UpdateDurations(Int32,String,String,Nullable<Int32>,Nullable<Int32>,Nullable<DateTime>) | The UpdateDurations() method updates the duration of current events for one or all entities that can capture utilization. This overload of the method uses a site name and entity name to optionally specify an entity. This overload also allows the job position, current log ID, and event time to be updated. Note: Beginning with MES version 6.0, this method is obsolete. It is included only for backward compatibility. |