11 references to GetQueueState
System.Workflow.Runtime (11)
WorkflowQueue.cs (11)
34
EventQueueState qState = qService.
GetQueueState
(this.queueName);
48
bool removed = qService.
GetQueueState
(this.queueName).AsynchronousListeners.Remove(subscriber);
68
EventQueueState qState = qService.
GetQueueState
(this.queueName);
89
bool removed = qService.
GetQueueState
(this.queueName).AsynchronousListeners.Remove(subscriber);
106
qService.
GetQueueState
(this.queueName).SynchronousListeners.Add(new ActivityExecutorDelegateInfo<QueueEventArgs>(value, qService.CallingActivity));
116
qService.
GetQueueState
(this.queueName).SynchronousListeners.Remove(new ActivityExecutorDelegateInfo<QueueEventArgs>(value, qService.CallingActivity));
127
qService.
GetQueueState
(this.queueName).SynchronousListeners.Add(new ActivityExecutorDelegateInfo<QueueEventArgs>(eventListener, qService.CallingActivity));
137
qService.
GetQueueState
(this.queueName).SynchronousListeners.Remove(new ActivityExecutorDelegateInfo<QueueEventArgs>(eventListener, qService.CallingActivity));
191
return this.qService.
GetQueueState
(this.queueName).Messages.Count;
202
return this.qService.
GetQueueState
(this.queueName).Enabled;
209
this.qService.
GetQueueState
(this.queueName).Enabled = value;