WorkflowInstanceProxy Class
A class that allows T:System.Activities.Hosting.IWorkflowInstanceExtensions extensions access to the workflow service host.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | Id | Gets the workflow instance ID. |
![]() | WorkflowDefinition | Gets the workflow definition. |
| Name | Description | |
|---|---|---|
![]() | BeginResumeBookmark(Bookmark^, Object^, AsyncCallback^, Object^) | Resumes a workflow from a bookmark asynchronously using the specified bookmark, value, callback method, and user-provided state data. |
![]() | BeginResumeBookmark(Bookmark^, Object^, TimeSpan, AsyncCallback^, Object^) | Resumes a workflow from a bookmark asynchronously using the specified bookmark, value, time-out interval, callback method, and user-provided state. |
![]() | EndResumeBookmark(IAsyncResult^) | Waits for the pending asynchronous BeginResumeBookmark to complete. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

