Skip to main content

Class WorkflowTimerProcessor

Inheritance

↳ object

    WorkflowTimerProcessor

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime.Timers

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class WorkflowTimerProcessor

Constructors

WorkflowTimerProcessor(WorkflowRuntime, CancellationToken)

Declaration
public WorkflowTimerProcessor(WorkflowRuntime workflowRuntime, CancellationToken token)
Parameters
TypeNameDescription
WorkflowRuntimeworkflowRuntime
CancellationTokentoken

Methods

GetTimerProcessorAsyncAction(IGrouping<Guid, WorkflowTimer>)

Declaration
public Func<Task> GetTimerProcessorAsyncAction(IGrouping<Guid, WorkflowTimer> timersGroup)
Parameters
TypeNameDescription
IGrouping<Guid, WorkflowTimer>timersGroup
Returns
TypeDescription
Func<Task>

Extension Methods