Skip to main content

Class MultiServerRestorer

Inheritance

↳ object

    ↳ RestorerBase

        MultiServerRestorer

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 class MultiServerRestorer : RestorerBase

Constructors

MultiServerRestorer(WorkflowRuntime, CancellationToken)

Declaration
public MultiServerRestorer(WorkflowRuntime runtimeOwner, CancellationToken token)
Parameters
TypeNameDescription
WorkflowRuntimeruntimeOwner
CancellationTokentoken

Methods

GetRestorerAsyncAction(Guid, string, bool, Guid)

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

Extension Methods