Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class InMemorySingleServerSettingsSource

OptimaJet.Workflow.Core.Runtime.Settings.InMemorySingleServerSettingsSource

In-memory implementation of IServerSettingsSource<T> for SingleServerSettings.

public class InMemorySingleServerSettingsSource : InMemorySettingsSource<SingleServerSettings>, ISingleServerSettingsSource, IServerSettingsSource<SingleServerSettings>

Inheritance

  • Object
  • InMemorySettingsSource<SingleServerSettings>

Implemented Interfaces

Constructors

public InMemorySingleServerSettingsSource(SingleServerSettings settings) #
Initializes a new instance of the InMemorySingleServerSettingsSource class.

Parameters

Name
Type
Description
settings
SingleServerSettings
The initial SingleServerSettings value to cache in memory.