|
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.RetailAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public bool UpdateMainProgress { get; set; }
No code example is currently available or this language may not be supported.
Property Value
BooleanRemarks
This only makes sense when the operation is running in-process, so it's not included as a DataMember.
See Also