Show / Hide Table of Contents

Class WorkflowApplicationInstance

Inheritance
System.Object
WorkflowApplicationInstance
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class WorkflowApplicationInstance : Object

Properties

DefinitionIdentity

Declaration
public WorkflowIdentity DefinitionIdentity { get; }
Property Value
WorkflowIdentity

InstanceId

Declaration
public Guid InstanceId { get; }
Property Value
System.Guid

InstanceStore

Declaration
public InstanceStore InstanceStore { get; }
Property Value
InstanceStore

Methods

Abandon()

Declaration
public void Abandon()

Abandon(TimeSpan)

Declaration
public void Abandon(TimeSpan timeout)
Parameters
System.TimeSpan timeout

BeginAbandon(AsyncCallback, Object)

Declaration
public IAsyncResult BeginAbandon(AsyncCallback callback, object state)
Parameters
System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginAbandon(TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginAbandon(TimeSpan timeout, AsyncCallback callback, object state)
Parameters
System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

EndAbandon(IAsyncResult)

Declaration
public void EndAbandon(IAsyncResult asyncResult)
Parameters
System.IAsyncResult asyncResult

Back to top Generated by DocFX