3 types derived from LifetimeManager
System.ServiceModel (3)
System\ServiceModel\Channels\CommunicationObjectManager.cs (1)
12
internal class CommunicationObjectManager<ItemType> :
LifetimeManager
where ItemType : class, ICommunicationObject
System\ServiceModel\Dispatcher\InstanceContextManager.cs (1)
28
class InstanceContextManager :
LifetimeManager
, IInstanceContextManager
System\ServiceModel\ServiceChannelManager.cs (1)
14
class ServiceChannelManager :
LifetimeManager