WorkflowQueuingService.Exists(IComparable) 메서드

정의

지정된 WorkflowQueue.

public:
 bool Exists(IComparable ^ queueName);
public bool Exists(IComparable queueName);
member this.Exists : IComparable -> bool
Public Function Exists (queueName As IComparable) As Boolean

매개 변수

queueName
IComparable

WorkflowQueue의 이름입니다.

반품

존재하면 이 고, 그렇지 않으면 .입니다.

예외

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

적용 대상