InstanceManager Class

 

Allows retrieving and managing workflow instances.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

System.Object
  Microsoft.Workflow.Client.InstanceManager

Public Class InstanceManager

NameDescription
System_CAPS_pubmethodCancel(String, String, String)

Cancels a specified workflow instance.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGet()

Retrieves information about all workflow instances in the current scope.

System_CAPS_pubmethodGet(Int32, Int32)

Retrieves information about workflow instances in the current scope through paging.

System_CAPS_pubmethodGet(Int32, Int32, String)

Retrieves through paging information about workflow instances of a specific worklow.

System_CAPS_pubmethodGet(Int32, Int32, String, WorkflowInstanceStatus)

Retrieves through paging information about workflow instances of specified workflow and in specified state.

System_CAPS_pubmethodGet(Int32, Int32, String, WorkflowInstanceStatus, IDictionary(Of String, String))

Retrieves through paging information about workflow instances that meet specifed criteria.

System_CAPS_pubmethodGet(Int32, Int32, WorkflowInstanceStatus, IDictionary(Of String, String))

Retrieves through paging information about workflow instances that meet specifed criteria.

System_CAPS_pubmethodGet(String, String)

Retrieves information about a specific workflow instance.

System_CAPS_pubmethodGetCount()

Retrieves the count of all workflow instances in this scope.

System_CAPS_pubmethodGetCount(String)

Retrieves the count of all workflow instances of a specific workflow.

System_CAPS_pubmethodGetCount(String, WorkflowInstanceStatus, IDictionary(Of String, String))

Retrieves the count of all workflow instances of a specific workflow that have a specific status and match specified activation metadata filter.

System_CAPS_pubmethodGetCount(WorkflowInstanceStatus)

Retrieves the count of all workflow instances that have a specific status.

System_CAPS_pubmethodGetCount(WorkflowInstanceStatus, IDictionary(Of String, String))

Retrieves the count of all workflow instances that have a specific status and match specified activation metadata filter.

System_CAPS_pubmethodGetDebugTraces(String, String)

Gets a collection of objects from the debug traces.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResume(String, String)

Resumes specified workflow instance.

System_CAPS_pubmethodSuspend(String, String, String)

Suspends the specified workflow instance.

System_CAPS_pubmethodTerminate(String, String, String)

Terminates specified workflow instance.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: