Show / Hide Table of Contents

Delegate BaseExtractor<TConfig>.OnConfigUpdateHandler

Delegate for OnConfigUpdate event.

Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
protected delegate void BaseExtractor<TConfig>.OnConfigUpdateHandler(object sender, TConfig newConfig, int revision)
Parameters
Type Name Description
object sender

Extractor as sender

TConfig newConfig

New config object

int revision

Revision of the new config object.

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, T2>(T2, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX