Class RestorerBase
Inheritance
↳ object
↳ RestorerBase
↳ MultiServerRestorer
↳ SingleServerRestorer
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 abstract class RestorerBase
Constructors
RestorerBase(WorkflowRuntime, bool, CancellationToken)
Declarationprotected RestorerBase(WorkflowRuntime runtimeOwner, bool isMultiServer, CancellationToken token)
Type | Name | Description |
---|---|---|
WorkflowRuntime | runtimeOwner | |
bool | isMultiServer | |
CancellationToken | token |
Methods
GetRestorerAsyncAction(Guid, string, bool, Guid)
Declarationprotected Func<Task> GetRestorerAsyncAction(Guid processId, string runtimeId = null, bool isSelfRestore = false, Guid runtimeLock = default)
Type | Name | Description |
---|---|---|
Guid | processId | |
string | runtimeId | |
bool | isSelfRestore | |
Guid | runtimeLock |
Type | Description |
---|---|
Func<Task> |