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
선언
public void RemoveHostingService(IHostingService svc)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IHostingService | svc |