WorkflowQueue.Dequeue 方法

定义

删除并返回位于 . 的 WorkflowQueue开头的对象。

public:
 System::Object ^ Dequeue();
public object Dequeue();
member this.Dequeue : unit -> obj
Public Function Dequeue () As Object

返回

从 . 的 WorkflowQueue开头删除的对象。

例外

注解

可以检查Count以确定调用前Dequeue是否为WorkflowQueue空,或者可以捕获 InvalidOperationException

适用于