Show / Hide Table of Contents

Class WorkflowInstanceProxy

Inheritance
System.Object
WorkflowInstanceProxy
Namespace: System.Activities.Hosting
Assembly: System.Activities.dll
Syntax
public sealed class WorkflowInstanceProxy : Object

Properties

Id

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

WorkflowDefinition

Declaration
public Activity WorkflowDefinition { get; }
Property Value
Activity

Methods

BeginResumeBookmark(Bookmark, Object, AsyncCallback, Object)

Declaration
public IAsyncResult BeginResumeBookmark(Bookmark bookmark, object value, AsyncCallback callback, object state)
Parameters
Bookmark bookmark

System.Object value

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginResumeBookmark(Bookmark, Object, TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginResumeBookmark(Bookmark bookmark, object value, TimeSpan timeout, AsyncCallback callback, object state)
Parameters
Bookmark bookmark

System.Object value

System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

EndResumeBookmark(IAsyncResult)

Declaration
public BookmarkResumptionResult EndResumeBookmark(IAsyncResult result)
Parameters
System.IAsyncResult result

Returns
BookmarkResumptionResult

Back to top Generated by DocFX