|
CsvExportAdapterOffloadLingeringFiles Method
|
Offloads lingering files which were not
offloaded due to errors or system failures.
Namespace: CsvAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Offloads lingering files which were not offloaded due to errors or system failures")]
public void OffloadLingeringFiles()
<AdapterCommandAttribute("Offloads lingering files which were not offloaded due to errors or system failures")>
Public Sub OffloadLingeringFiles
public:
[AdapterCommandAttribute(L"Offloads lingering files which were not offloaded due to errors or system failures")]
void OffloadLingeringFiles()
[<AdapterCommandAttribute("Offloads lingering files which were not offloaded due to errors or system failures")>]
member OffloadLingeringFiles : unit -> unit
function OffloadLingeringFiles();
View SourceSee Also