1 instantiation of Msmq4PoisonHandler
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq.cs (1)
78return new Msmq4PoisonHandler(receiver);
5 references to Msmq4PoisonHandler
System.ServiceModel (5)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (5)
74ActionItem.Schedule(Msmq4PoisonHandler.onStartPeek, this); 80Msmq4PoisonHandler handler = state as Msmq4PoisonHandler; 274Msmq4PoisonHandler handler = result.AsyncState as Msmq4PoisonHandler;