4 references to InstanceId
System.WorkflowServices (4)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (4)
168
logicalChannel.
InstanceId
);
247
logicalChannel.
InstanceId
);
293
WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "ChannelManagerService: get channel for workflow instance {0}, logical channel {1}", new object[] { workflowId, logicalChannel.
InstanceId
});
307
PooledChannelTicket pooledChannel = new PooledChannelTicket(this, channel, channelKey, workflowId, logicalChannel.
InstanceId
);