Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class SingleServerServiceRunner

OptimaJet.Workflow.Core.Runtime.ServiceRunners.SingleServerServiceRunner

public class SingleServerServiceRunner : IWorkflowServiceRunner

Inheritance

  • System.Object

Implemented Interfaces

Constructors

public SingleServerServiceRunner(WorkflowRuntime runtime, SingleServerSettings singleServerSettings) #

Parameters

Name
Type
Description
runtime
WorkflowRuntime
singleServerSettings
SingleServerSettings
public SingleServerServiceRunner(WorkflowRuntime runtime, ISingleServerSettingsSource settingSource) #

Parameters

Name
Type
Description
runtime
WorkflowRuntime
settingSource
ISingleServerSettingsSource

Properties

Name
Type
IsSupportsMultiServer #
Boolean

Methods

public Task StartAsync(ITimerManager manager) #

Parameters

Name
Type
Description
manager
ITimerManager

Returns

Type
Description
Task