This documentation is archived and is not being maintained.
IWorkflowInstanceManagement Interface
Visual Studio 2010
Represents a service contract that defines a set of operations that allow you to control workflow instances.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
The IWorkflowInstanceManagement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Abandon | Attempts to abandon the specified workflow instance. |
![]() | BeginAbandon | Begins an asynchronous operation to abandon the specified workflow instance. |
![]() | BeginCancel | Begins an asynchronous operation to cancel the specified workflow instance. |
![]() | BeginRun | Begins an asynchronous operation to run the specified workflow instance. |
![]() | BeginSuspend | Begins an asynchronous operation to suspend the specified workflow instance. |
![]() | BeginTerminate | Begins an asynchronous operation to terminate the specified workflow instance. |
![]() | BeginTransactedCancel | Begins an asynchronous cancel operation in a transaction. |
![]() | BeginTransactedRun | Begins an asynchronous operation that runs a workflow instance within a transaction. |
![]() | BeginTransactedSuspend | Begins an asynchronous operation that suspends the specified workflow instance. |
![]() | BeginTransactedTerminate | Begins an asynchronous operation that terminates a workflow instance within a transaction. |
![]() | BeginTransactedUnsuspend | Begins an asynchronous operation that resumes the specified workflow instance within a transaction. |
![]() | BeginUnsuspend | Begins an asynchronous operation that resumes the specified workflow instance. |
![]() | Cancel | Cancels the specified workflow instance. |
![]() | EndAbandon | Completes an asynchronous abandon operation. |
![]() | EndCancel | Completes an asynchronous cancel operation. |
![]() | EndRun | Completes an asynchronous run operation. |
![]() | EndSuspend | Completes an asynchronous suspend operation. |
![]() | EndTerminate | Completes an asynchronous terminate operation. |
![]() | EndTransactedCancel | Completes an asynchronous transacted cancel operation. |
![]() | EndTransactedRun | Completes an asynchronous transacted run operation. |
![]() | EndTransactedSuspend | Completes an asynchronous transacted suspend operation. |
![]() | EndTransactedTerminate | Completes an asynchronous transacted terminate operation. |
![]() | EndTransactedUnsuspend | Completes an asynchronous transacted unsuspend operation. |
![]() | EndUnsuspend | Completes an asynchronous unsuspend operation. |
![]() | Run | Starts executing the specified workflow instance. |
![]() | Suspend | Suspends the specified workflow instance. |
![]() | Terminate | Terminates the specified workflow instance. |
![]() | TransactedCancel | Cancels the specified workflow instance within a transaction. |
![]() | TransactedRun | Runs the specified workflow instance within a transaction. |
![]() | TransactedSuspend | Suspends the specified workflow instance within a transaction. |
![]() | TransactedTerminate | Terminates the specified workflow instance within a transaction. |
![]() | TransactedUnsuspend | Resumes the specified workflow instance within a transaction. |
![]() | Unsuspend | Resumes the specified workflow instance. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
