Skip to main content

Class WorkflowSync

Inheritance

↳ object

    WorkflowSync

Implements

IDisposable

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Syntax
[Obsolete("Use ProcessStatusWait instead of in")]
public sealed class WorkflowSync : IDisposable

Constructors

WorkflowSync(WorkflowRuntime, Guid)

Declaration
public WorkflowSync(WorkflowRuntime runtime, Guid processId)
Parameters
TypeNameDescription
WorkflowRuntimeruntime
GuidprocessId

Methods

StatrtWaitingFor(IEnumerable<ProcessStatus>)

Declaration
public void StatrtWaitingFor(IEnumerable<ProcessStatus> statuses)
Parameters
TypeNameDescription
IEnumerable<ProcessStatus>statuses

Wait(TimeSpan)

Declaration
public void Wait(TimeSpan timeout)
Parameters
TypeNameDescription
TimeSpantimeout

Dispose()

Declaration
public void Dispose()

Extension Methods