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