Click or drag to resize

ImportEngineImportAsync Method

General async import routine. All info is in ImportSettings object

Namespace: RCS.Carbon.Import
Assembly: RCS.Carbon.Import (in RCS.Carbon.Import.dll) Version: 9.0.12
Syntax
C#
public Task<PImport> ImportAsync(
	ImportSettings st
)

Parameters

st  ImportSettings
All source and run settings including type

Return Value

TaskPImport

[Missing <returns> documentation for "M:RCS.Carbon.Import.ImportEngine.ImportAsync(RCS.Carbon.Import.ImportSettings)"]

See Also