Interface IHaveAddInListeners
Todo: remove with host restarter. This marks an object that listens for AddIn changes. These listeners must be dropped before regenerating a new service provider.
Namespace: LemonEdge.API
Assembly: LemonEdge.API.dll
Syntax
public interface IHaveAddInListeners
Methods
AddAddInListeners()
Adds listeners.
Declaration
void AddAddInListeners()
RemoveAddInListeners()
Removes listeners.
Declaration
void RemoveAddInListeners()