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