A Sandcastle Documented Class Library
IExtensionService
ShutdownEngine 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.3.0.1000)
Syntax
C#
VB
C++
F#
Copy
void
ShutdownEngine
()
Sub
ShutdownEngine
void
ShutdownEngine
()
abstract
ShutdownEngine
:
unit
->
unit
Exceptions
Exception
Condition
NoPrivilegeException
The caller does not have administrative privileges.
InvalidSessionException
The 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
Reference
IExtensionService Interface
Dundas.BI.Extensibility Namespace