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




reason

Generic server callback method.

Request the server to shutdown. Supported in the Professional version only. The server application terminates without returning. The plugin needs to terminate all threads and release all resources before this method is called. The generic server notifies all clients and then terminates the application.

Syntax

Visual Basic (Declaration) 
Public Shared Sub ShutDownRequest( _
   ByVal reason As String _
) 
Visual Basic (Usage)Copy Code
Dim reason As String
 
GenericServer.ShutDownRequest(reason)
C# 
public static void ShutDownRequest( 
   string reason
)
Managed Extensions for C++ 
public: static void ShutDownRequest( 
   string* reason
) 
C++/CLI 
public:
static void ShutDownRequest( 
   String^ reason
) 

Parameters

reason

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.