[]
        
(Showing Draft Content)

C1.Web.Api.IImporter-2

IImporter<TSource, TResult> Interface

Common generic interface for all importers to share.

Namespace: C1.Web.Api
Assembly: C1.Web.Api.dll
Syntax
public interface IImporter<TSource, TResult> where TSource : ImportSource
Type Parameters
Name Description
TSource

Type of ImportSource.

TResult

Type of import result.

Methods

Name Description
ImportAsync(TSource)

Execute importing task asynchronously.