Interface IRegisteredObject
Defines an object that can be registered with the application and notified when the application shuts down.
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public interface IRegisteredObject
Methods
View SourceStop(bool)
Requests the object to stop processing.
Declaration
void Stop(bool immediate)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | immediate |
|