This method is called from the generic server when a Shutdown is executed.
To ensure proper process shutdown, any communication channels should be closed and all threads terminated before this method returns.
Syntax
Visual Basic (Declaration) | |
---|
Public Shadows Sub ShutdownSignal() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AppPlugin
instance.ShutdownSignal() |
C# | |
---|
public new void ShutdownSignal() |
Managed Extensions for C++ | |
---|
public: new void ShutdownSignal(); |
C++/CLI | |
---|
public:
new void ShutdownSignal(); |
Return Value
Always returns S_OK
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also