CommonApplicationLogic RegisterAppFinishNotifiable Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Registers an instance of IApplicationFinishNotifiable with application container to receive a call when underlying application instance will finish its lifecycle

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool RegisterAppFinishNotifiable(
	IApplicationFinishNotifiable notifiable
)

Return Value

Type: OnlineBoolean
True if notifiable instance was not found and was added

Implements

IApplication RegisterAppFinishNotifiable(IApplicationFinishNotifiable)
See Also