3 references to EventDrivenName
System.Workflow.Activities (3)
StateMachineSubscription.cs (1)
142
ExternalEventAction action = new ExternalEventAction(this.StateName, this.
EventDrivenName
);
StateMachineSubscriptionManager.cs (2)
107
if (eventActivitySubscription.
EventDrivenName
.Equals(eventDriven.QualifiedName))
125
UnsubscribeAction unsubscribe = new UnsubscribeAction(eventActivitySubscription.StateName, eventActivitySubscription.
EventDrivenName
);