Interface IUploadQueue
Base interface for upload queue
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public interface IUploadQueue : IDisposable, IAsyncDisposable
Methods
| Edit this page View SourceStart(CancellationToken)
Start automatically uploading queue entries
Declaration
Task Start(CancellationToken token)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | token |
Returns
| Type | Description |
|---|---|
| Task |