Class BulkProcessorLoader<T>
Inheritance
BulkProcessorLoader<T>
Assembly: LemonEdge.API.dll
Syntax
public abstract class BulkProcessorLoader<T> : BulkProcessorLoader, IDisposable where T : IBaseDataSetProcessor, IProcessorSupportsBulkLoad<T>
Type Parameters
Constructors
BulkProcessorLoader(T)
Declaration
public BulkProcessorLoader(T source)
Parameters
Type |
Name |
Description |
T |
source |
|
Methods
InternalLoad(IEntityUpdater)
Declaration
protected override sealed Task InternalLoad(IEntityUpdater context)
Parameters
Returns
Overrides
InternalLoad(IEnumerable<T>, IEntityUpdater, IReadOnlyCache, UserInfo)
Declaration
protected abstract Task InternalLoad(IEnumerable<T> otherProcessors, IEntityUpdater context, IReadOnlyCache cache, UserInfo user)
Parameters
Returns
ThreadSafeAttachToOtherProcessors(IEntityUpdater)
Declaration
public override sealed void ThreadSafeAttachToOtherProcessors(IEntityUpdater context)
Parameters
Overrides
Implements
Extension Methods