Skip to main content

Class SingleServerServiceRunner

Inheritance

↳ object

    SingleServerServiceRunner

Implements

IWorkflowServiceRunner

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime.ServiceRunners

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class SingleServerServiceRunner : IWorkflowServiceRunner

Constructors

SingleServerServiceRunner(WorkflowRuntime, SingleServerSettings)

Declaration
public SingleServerServiceRunner(WorkflowRuntime runtime, SingleServerSettings singleServerSettings)
Parameters
TypeNameDescription
WorkflowRuntimeruntime
SingleServerSettingssingleServerSettings

SingleServerServiceRunner(WorkflowRuntime, ISingleServerSettingsSource)

Declaration
public SingleServerServiceRunner(WorkflowRuntime runtime, ISingleServerSettingsSource settingSource)
Parameters
TypeNameDescription
WorkflowRuntimeruntime
ISingleServerSettingsSourcesettingSource

Properties

IsSupportsMultiServer

Declaration
public bool IsSupportsMultiServer { get; }
Property value
TypeDescription
bool

Methods

StartAsync(ITimerManager)

Declaration
public Task StartAsync(ITimerManager manager)
Parameters
TypeNameDescription
ITimerManagermanager
Returns
TypeDescription
Task

Extension Methods