|
ImportEngineImportAsync Method
|
General async import routine. All info is in ImportSettings object
Namespace: RCS.Carbon.ImportAssembly: RCS.Carbon.Import (in RCS.Carbon.Import.dll) Version: 9.0.12
Syntax 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