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. |