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の名前。

返品

true WorkflowQueueが存在する場合は。それ以外の場合はfalse

例外

queueName は null 参照です (Visual Basic では Nothing)。

適用対象