4 references to Unsubscribe
System.Workflow.Activities (4)
EventSinkActivity.cs (2)
342CorrelationService.Unsubscribe(context, this, this.InterfaceType, this.EventName, this); 400CorrelationService.Unsubscribe(parentContext, this, InterfaceType, EventName, parentEventHandler);
WebServiceReceive.cs (2)
361CorrelationService.Unsubscribe(context, this, this.InterfaceType, this.MethodName, this); 401CorrelationService.Unsubscribe(parentContext, this, this.InterfaceType, this.MethodName, parentEventHandler);