Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class DefaultSingleServerSettingsSource

OptimaJet.Workflow.Core.Runtime.Settings.DefaultSingleServerSettingsSource

Default settings source implementation for SingleServerSettings.

public class DefaultSingleServerSettingsSource : DefaultSettingsSource<SingleServerSettings>, ISingleServerSettingsSource, IServerSettingsSource<SingleServerSettings>

Inheritance

  • Object
  • DefaultSettingsSource<SingleServerSettings>

Implemented Interfaces

Constructors

public DefaultSingleServerSettingsSource(WorkflowRuntime runtime) #
Initializes a new instance of the DefaultSingleServerSettingsSource class.

Parameters

Name
Type
Description
runtime
WorkflowRuntime
The runtime used to access persistence and settings values.