Constructor ListeningHostRepository
ListeningHostRepository()
Creates a new instance of an empty ListeningHostRepository.
public ListeningHostRepository()
ListeningHostRepository(IEnumerable<ListeningHost>)
Creates a new instance of an ListeningHostRepository copying the items from another collection of ListeningHost.
public ListeningHostRepository(IEnumerable<ListeningHost> hosts)
Parameters
hosts
IEnumerable<ListeningHost>The collection which stores the ListeningHost which will be copied to this repository.