Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

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

Syntax
public abstract class RestorerBase

Constructors

RestorerBase(WorkflowRuntime, bool, CancellationToken)

Declaration
protected RestorerBase(WorkflowRuntime runtimeOwner, bool isMultiServer, CancellationToken token)
Parameters
TypeNameDescription
WorkflowRuntimeruntimeOwner
boolisMultiServer
CancellationTokentoken

Methods

GetRestorerAsyncAction(Guid, string, bool, Guid)

Declaration
protected Func<Task> GetRestorerAsyncAction(Guid processId, string runtimeId = null, bool isSelfRestore = false, Guid runtimeLock = default)
Parameters
TypeNameDescription
GuidprocessId
stringruntimeId
boolisSelfRestore
GuidruntimeLock
Returns
TypeDescription
Func<Task>

Extension Methods