5 references to Subscribe
System.Workflow.Activities (5)
EventSinkActivity.cs (2)
302
this.ActivitySubscribed = CorrelationService.
Subscribe
(executionContext, this, this.InterfaceType, this.EventName, this, this.WorkflowInstanceId);
390
CorrelationService.
Subscribe
(parentContext, this, InterfaceType, EventName, parentEventHandler, this.WorkflowInstanceId);
LocalService\CorrelationService.cs (1)
56
Subscribe
(context, activity, interfaceType, methodName, null, instanceId);
WebServiceReceive.cs (2)
243
this.ActivitySubscribed = CorrelationService.
Subscribe
(executionContext, this, this.InterfaceType, this.MethodName, this, this.WorkflowInstanceId);
391
CorrelationService.
Subscribe
(parentContext, this, this.InterfaceType, this.MethodName, parentEventHandler, this.WorkflowInstanceId);