WorkflowQueuingService.GetWorkflowQueue(IComparable) 메서드

정의

지정된 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

매개 변수

queueName
IComparable

검색할 이름입니다 WorkflowQueue .

반품

WorkflowQueue 개체입니다.

예외

queueName null 참조입니다(Visual Basic Nothing).

지정한 WorkflowQueue 것을 찾을 수 없습니다.

적용 대상