IExtensionServiceShutdownEngine Method

Shuts down the engine so the installed or uninstalled extensions can be picked up or removed.

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
void ShutdownEngine()
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
Calling this method will also cause all other running instances of the application to shut down as well.
See Also