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
Syntaxpublic class WorkflowTimerProcessor
Constructors
WorkflowTimerProcessor(WorkflowRuntime, CancellationToken)
Declarationpublic WorkflowTimerProcessor(WorkflowRuntime workflowRuntime, CancellationToken token)
Type | Name | Description |
---|---|---|
WorkflowRuntime | workflowRuntime | |
CancellationToken | token |
Methods
GetTimerProcessorAsyncAction(IGrouping<Guid, WorkflowTimer>)
Declarationpublic Func<Task> GetTimerProcessorAsyncAction(IGrouping<Guid, WorkflowTimer> timersGroup)
Type | Name | Description |
---|---|---|
IGrouping<Guid, WorkflowTimer> | timersGroup |
Type | Description |
---|---|
Func<Task> |