unregister method

void unregister (
  1. IRegisterable registration
)

Unregisters a registerable object, so that it is no longer used in dynamic endpoint discovery.

  • registration the IRegisterable registration to remove.

See [IRegisterable]