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