WorkflowQueuingService Class
Provides the services for management of WorkflowQueue objects.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
| Name | Description | |
|---|---|---|
![]() | CreateWorkflowQueue(IComparable^, Boolean) | Creates a WorkflowQueue by using the specified name and transactional scope. |
![]() | DeleteWorkflowQueue(IComparable^) | Deletes the specified WorkflowQueue. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Exists(IComparable^) | Tests for the existence of the specified WorkflowQueue. |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetWorkflowQueue(IComparable^) | Retrieves the specified WorkflowQueue. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | PendingMessagesProperty | Contains the unconsumed items in the workflow queues associated with this WorkflowQueuingService. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
WorkflowQueuingService provides methods that you can use to manage the workflow queues associated with a workflow instance.
The following code example demonstrates a method, named CreateQueue, that initializes a WorkflowQueuingService object by calling the ActivityExecutionContext::GetService<T> method. The code then uses the Exists method to determine if a WorkflowQueue with a specified name exists. If it does not exist, the code calls the CreateWorkflowQueue method; if it does the code calls the GetWorkflowQueue method.
This code example is part of the File Watcher Activity SDK Sample from the FileSystemEvent.cs file. For more information, see File System Watcher Activity.
Available since 3.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.
System.Workflow.Runtime Namespace
File System Watcher Activity




