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