Table of Contents

Class Executor

Namespace
The.Import.Data
Assembly
Instagile.dll
public class Executor
Inheritance
Executor
Inherited Members

Constructors

Executor(PersistenceService, int, uint, bool)

public Executor(PersistenceService persistence, int batchSize, uint retriesPerBatch, bool immediate)

Parameters

persistence PersistenceService
batchSize int
retriesPerBatch uint
immediate bool

Methods

Import(IImportSource, PlannedImport, IPrincipal, IProgress<Status>?, CancellationToken)

public void Import(IImportSource source, PlannedImport plan, IPrincipal principal, IProgress<Status>? progress, CancellationToken token)

Parameters

source IImportSource
plan PlannedImport
principal IPrincipal
progress IProgress<Status>
token CancellationToken