System.ServiceModel.Channels.CommunicationObjectManager<ItemType> class CommunicationObjectManager<ItemType> : LifetimeManager where ItemType : ICommunicationObject Documentation Code public CommunicationObjectManager(object mutex) public void Add(ItemType item) public void CloseInput() public void DecrementActivityCount() public void IncrementActivityCount() public void Remove(ItemType item) public ItemType[] ToArray()