Skip to main content
A newer version of this page is available. .

ScheduledJobDto.OptimisticLock Property

Identifies the scheduled job version used for optimistic locking.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DataMember]
public int? OptimisticLock { get; set; }

Property Value

Type Description
Nullable<Int32>

A nullable integer value that specifies the scheduled job version.

Remarks

The OptimisticLock property is used as a scheduled job’s version number in the optimistic locking mechanism. This value is increased automatically each time a modification is made to a scheduled job.

See Also