2 writes to Enabled
System.Workflow.Runtime (2)
WorkflowQueue.cs (1)
209
this.qService.GetQueueState(this.queueName).
Enabled
= value;
WorkflowQueuingService.cs (1)
426
queueState.
Enabled
= enabled;
7 references to Enabled
System.Workflow.Runtime (7)
EventQueueState.cs (1)
75
this.enabled = copyFromState.
Enabled
;
WorkflowQueue.cs (1)
202
return this.qService.GetQueueState(this.queueName).
Enabled
;
WorkflowQueuingService.cs (5)
180
if (!qState.
Enabled
)
212
if (!qState.
Enabled
)
346
if (qState.
Enabled
)
634
if (!qState.
Enabled
)
651
if (!qState.
Enabled
)