9 references to SetStateQueueName
System.Workflow.Activities (9)
StateMachineSubscription.cs (7)
177StateMachineWorkflowActivity.SetStateQueueName, 181StateMachineWorkflowActivity.SetStateQueueName, 198WorkflowQueue workflowQueue = workflowQueuingService.GetWorkflowQueue(StateMachineWorkflowActivity.SetStateQueueName); 199workflowQueuingService.DeleteWorkflowQueue(StateMachineWorkflowActivity.SetStateQueueName); 205WorkflowQueue workflowQueue = workflowQueuingService.GetWorkflowQueue(StateMachineWorkflowActivity.SetStateQueueName); 212WorkflowQueue workflowQueue = workflowQueuingService.GetWorkflowQueue(StateMachineWorkflowActivity.SetStateQueueName); 226WorkflowQueue workflowQueue = workflowQueuingService.GetWorkflowQueue(StateMachineWorkflowActivity.SetStateQueueName);
StateMachineWorkflowInstance.cs (2)
192this.WorkflowInstance.EnqueueItemOnIdle(System.Workflow.Activities.StateMachineWorkflowActivity.SetStateQueueName, eventArgs, null, null); 205if (queueInfo.QueueName.Equals(StateMachineWorkflowActivity.SetStateQueueName))