XDASrv Reference Manual
ShutdownSignal Method
See Also  Send Feedback
NSPlugin Namespace > GenericServer Class : ShutdownSignal Method




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 Sub ShutdownSignal() 
Visual Basic (Usage)Copy Code
Dim instance As GenericServer
 
instance.ShutdownSignal()
C# 
public void ShutdownSignal()
Managed Extensions for C++ 
public: void ShutdownSignal(); 
C++/CLI 
public:
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

Copyright © 2002-2011 Advosol Inc. All Rights Reserved.