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