WorkflowQueuingService.GetWorkflowQueue(IComparable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the specified WorkflowQueue.
public:
System::Workflow::Runtime::WorkflowQueue ^ GetWorkflowQueue(IComparable ^ queueName);
public System.Workflow.Runtime.WorkflowQueue GetWorkflowQueue(IComparable queueName);
member this.GetWorkflowQueue : IComparable -> System.Workflow.Runtime.WorkflowQueue
Public Function GetWorkflowQueue (queueName As IComparable) As WorkflowQueue
Parameters
- queueName
- IComparable
The name of the WorkflowQueue to retrieve.
Returns
A WorkflowQueue object.
Exceptions
queueName
is a null reference (Nothing
in Visual Basic).
The specified WorkflowQueue was not found.