Edit

Share via


WorkflowQueuingService Class

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Provides the services for management of WorkflowQueue objects.

public ref class WorkflowQueuingService
public class WorkflowQueuingService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class WorkflowQueuingService
type WorkflowQueuingService = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowQueuingService = class
Public Class WorkflowQueuingService
Inheritance
WorkflowQueuingService
Attributes

Remarks

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.

Fields

PendingMessagesProperty

Contains the unconsumed items in the workflow queues associated with this WorkflowQueuingService.

Methods

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.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetWorkflowQueue(IComparable)

Retrieves the specified WorkflowQueue.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to