1 write to followerOperation
System.Workflow.Activities (1)
LocalService\FollowerQueueCreator.cs (1)
26
this.
followerOperation
= operation;
5 references to followerOperation
System.Workflow.Activities (5)
LocalService\FollowerQueueCreator.cs (5)
34
if (this.
followerOperation
== equalsObject.
followerOperation
)
40
return this.
followerOperation
.GetHashCode();
53
WorkflowActivityTrace.Activity.TraceEvent(TraceEventType.Information, 0, "FollowerQueueCreator: initialized on operation {0} for follower {1}", staticId.InterfaceType.Name + staticId.MethodName, this.
followerOperation
);
59
EventQueueName queueName = new EventQueueName(staticId.InterfaceType, this.
followerOperation
, corrValues);