InstanceManager Class
Allows retrieving and managing workflow instances.
Namespace: Microsoft.Workflow.Client
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
Inheritance Hierarchy
System.Object
Microsoft.Workflow.Client.InstanceManager
Syntax
public class InstanceManager
public ref class InstanceManager
type InstanceManager = class end
Public Class InstanceManager
Methods
Name | Description | |
---|---|---|
Cancel(String, String, String) | Cancels a specified workflow instance. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
Get() | Retrieves information about all workflow instances in the current scope. |
|
Get(Int32, Int32) | Retrieves information about workflow instances in the current scope through paging. |
|
Get(Int32, Int32, String) | Retrieves through paging information about workflow instances of a specific worklow. |
|
Get(Int32, Int32, String, WorkflowInstanceStatus) | Retrieves through paging information about workflow instances of specified workflow and in specified state. |
|
Get(Int32, Int32, String, WorkflowInstanceStatus, IDictionary<String, String>) | Retrieves through paging information about workflow instances that meet specifed criteria. |
|
Get(Int32, Int32, WorkflowInstanceStatus, IDictionary<String, String>) | Retrieves through paging information about workflow instances that meet specifed criteria. |
|
Get(String, String) | Retrieves information about a specific workflow instance. |
|
GetCount() | Retrieves the count of all workflow instances in this scope. |
|
GetCount(String) | Retrieves the count of all workflow instances of a specific workflow. |
|
GetCount(String, WorkflowInstanceStatus, IDictionary<String, String>) | Retrieves the count of all workflow instances of a specific workflow that have a specific status and match specified activation metadata filter. |
|
GetCount(WorkflowInstanceStatus) | Retrieves the count of all workflow instances that have a specific status. |
|
GetCount(WorkflowInstanceStatus, IDictionary<String, String>) | Retrieves the count of all workflow instances that have a specific status and match specified activation metadata filter. |
|
GetDebugTraces(String, String) | Gets a collection of objects from the debug traces. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Resume(String, String) | Resumes specified workflow instance. |
|
Suspend(String, String, String) | Suspends the specified workflow instance. |
|
Terminate(String, String, String) | Terminates specified workflow instance. |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Workflow.Client Namespace
Return to top