Table of Contents

Class LocalEventServiceSettings

Namespace
FoundationaLLM.Common.Models.Configuration.Events
Assembly
FoundationaLLM.Common.dll

Provides configuration settings to initialize the LocalEventService service.

public class LocalEventServiceSettings
Inheritance
LocalEventServiceSettings
Inherited Members
Extension Methods

Properties

EventProcessingCycleSeconds

The time interval in seconds between successive event processing cycles.

public int EventProcessingCycleSeconds { get; set; }

Property Value

int