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

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

适用于