15 references to CorrelationService
System.Workflow.Activities (15)
EventSinkActivity.cs (6)
225
CorrelationService
.Initialize(provider, this, type, eventName, this.WorkflowInstanceId);
302
this.ActivitySubscribed =
CorrelationService
.Subscribe(executionContext, this, this.InterfaceType, this.EventName, this, this.WorkflowInstanceId);
342
CorrelationService
.Unsubscribe(context, this, this.InterfaceType, this.EventName, this);
390
CorrelationService
.Subscribe(parentContext, this, InterfaceType, EventName, parentEventHandler, this.WorkflowInstanceId);
400
CorrelationService
.Unsubscribe(parentContext, this, InterfaceType, EventName, parentEventHandler);
411
return
CorrelationService
.ResolveQueueName(this, InterfaceType, EventName);
Executors\InboundActivityHelper.cs (3)
24
IComparable queueName =
CorrelationService
.ResolveQueueName(activity, interfaceType, operation);
29
CorrelationService
.UninitializeFollowers(interfaceType, operation, queue);
65
CorrelationService
.InvalidateCorrelationToken(activity, interfaceType, operation, message.Args);
InvokeMethodActivity.cs (1)
211
CorrelationService
.InvalidateCorrelationToken(this, type, methodName, actualParameters);
WebServiceReceive.cs (5)
243
this.ActivitySubscribed =
CorrelationService
.Subscribe(executionContext, this, this.InterfaceType, this.MethodName, this, this.WorkflowInstanceId);
279
CorrelationService
.InvalidateCorrelationToken(this, interfaceType, operation, message.Args);
361
CorrelationService
.Unsubscribe(context, this, this.InterfaceType, this.MethodName, this);
391
CorrelationService
.Subscribe(parentContext, this, this.InterfaceType, this.MethodName, parentEventHandler, this.WorkflowInstanceId);
401
CorrelationService
.Unsubscribe(parentContext, this, this.InterfaceType, this.MethodName, parentEventHandler);