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
Syntaxpublic class SingleServerServiceRunner : IWorkflowServiceRunner
Constructors
SingleServerServiceRunner(WorkflowRuntime, SingleServerSettings)
Declarationpublic SingleServerServiceRunner(WorkflowRuntime runtime, SingleServerSettings singleServerSettings)
Type | Name | Description |
---|---|---|
WorkflowRuntime | runtime | |
SingleServerSettings | singleServerSettings |
SingleServerServiceRunner(WorkflowRuntime, ISingleServerSettingsSource)
Declarationpublic SingleServerServiceRunner(WorkflowRuntime runtime, ISingleServerSettingsSource settingSource)
Type | Name | Description |
---|---|---|
WorkflowRuntime | runtime | |
ISingleServerSettingsSource | settingSource |
Properties
IsSupportsMultiServer
Declarationpublic bool IsSupportsMultiServer { get; }
Type | Description |
---|---|
bool |
Methods
StartAsync(ITimerManager)
Declarationpublic Task StartAsync(ITimerManager manager)
Type | Name | Description |
---|---|---|
ITimerManager | manager |
Type | Description |
---|---|
Task |