Class HighAvailabilityManager
Abstract class for a high availability manager.
Implements
Inherited Members
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public abstract class HighAvailabilityManager : IHighAvailabilityManager
Methods
| Edit this page View SourceWaitToBecomeActive()
Method used to add high availability to an extractor. Will update the extractor state at an interval and check whether it should become active. If the extractor becomes active it will start a periodic task that will continue updating the state.
Declaration
public Task WaitToBecomeActive()
Returns
Type | Description |
---|---|
Task |