Click or drag to resize

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
Syntax
bool ReadCommenceDataAsync { get; set; }

Property Value

Type: Boolean
Remarks
When true, errors are collected in a AggregateException. They are harder to debug. Set this to false if you want the immediate exception.
See Also