7 references to AppPoolId
SMSvcHost (7)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (1)
35
Debug.Print("ActivatedMessageQueue.ctor(listenerAdapter:" + listenerAdapter + " appKey:" + app.AppKey + " appPoolId:" + app.AppPool.
AppPoolId
+ ")");
System\ServiceModel\Activation\App.cs (1)
24
Debug.Print("App.ctor(appKey:" + appKey + " path:" + path + " appPoolId:" + appPool.
AppPoolId
+ ")");
System\ServiceModel\Activation\ListenerAdapter.cs (5)
182
int hresult = CloseAllListenerChannelInstances(app.AppPool.
AppPoolId
, app.MessageQueue.ListenerChannelContext.ListenerChannelId);
596
Fx.Assert(queue.App.AppPool.
AppPoolId
== appPoolId, "OnApplicationPoolAllQueueInstancesStopped: unexpected pool id");
634
if (queue.App.AppPool.
AppPoolId
!= appPoolId)
851
Debug.Print("ListenerAdapter[" + ProtocolName + "]::ListenerAdapter.OpenListenerChannelInstance(appPoolId:" + queue.App.AppPool.
AppPoolId
+ " appKey:" + queue.ListenerChannelContext.AppKey + " queueId:" + queue.ListenerChannelContext.ListenerChannelId + ")");
852
int hresult = OpenListenerChannelInstance(queue.App.AppPool.
AppPoolId
, queue.ListenerChannelContext.ListenerChannelId, queueBlob);