Method Add
Add(ListeningHost)
Adds a listeninghost to this repository. If this listeninghost already exists in this class, an exception will be thrown.
public void Add(ListeningHost item)
Parameters
item
ListeningHostThe ListeningHost to add to this collection.