Click or drag to resize
Infosoft Logo

HistoryTransferParametersUpdateMainProgress Property

Gets or sets a value indicating whether to update the main progress. If true, the operation will update the "main" progress indicators on the progress object; if false, it will update the "sub" progress indicators.

Namespace: Infosoft.Common.Contracts.DataContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public bool UpdateMainProgress { get; set; }

Property Value

Boolean
Remarks
This only makes sense when the operation is running in-process, so it's not included as a DataMember.
See Also