Method RemoveHostingService
RemoveHostingService(IHostingService)
Stops the given IHostingService, unregisters callbacks, and removes it from management. This function does nothing if the service is not being managed by this HostingServicesManager
Declaration
public void RemoveHostingService(IHostingService svc)
Parameters
Type | Name | Description |
---|---|---|
IHostingService | svc |