Method Remove
Remove(ListeningHost)
Try to remove a ListeningHost from this repository. If the item is removed, this methods returns true
.
public bool Remove(ListeningHost item)
Parameters
item
ListeningHostThe ListeningHost to be removed.
Try to remove a ListeningHost from this repository. If the item is removed, this methods returns true
.
public bool Remove(ListeningHost item)
item
ListeningHostThe ListeningHost to be removed.