WorkflowQueue.QueuingService 属性

定义

获取与此 WorkflowQueue关联的队列服务。

public:
 property System::Workflow::Runtime::WorkflowQueuingService ^ QueuingService { System::Workflow::Runtime::WorkflowQueuingService ^ get(); };
public System.Workflow.Runtime.WorkflowQueuingService QueuingService { get; }
member this.QueuingService : System.Workflow.Runtime.WorkflowQueuingService
Public ReadOnly Property QueuingService As WorkflowQueuingService

属性值

一个 WorkflowQueuingService 表示与此 WorkflowQueue关联的队列服务。

适用于