 | IExportSettingsReadCommenceDataAsync Property |
Read Commence data in an asynchronous way. Async can be slightly faster, but it depends on a number of things,
such as
NumRows and
MaxFieldSize.
When you export to Excel or use PreserveAllConnections there is a performance gain.
Default is true.
Namespace:
Vovin.CmcLibNet.Export
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxbool ReadCommenceDataAsync { get; set; }Property ReadCommenceDataAsync As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksWhen
true, errors are collected in a
AggregateException. They are harder to debug.
Set this to
false if you want the immediate exception.
See Also