DANSrvAE Reference
ShutDownRequest Method
See Also  Send comments on this topic.
NSPlugin Assembly > NSPlugin Namespace > GenericServer Class : ShutDownRequest Method

reason

Glossary Item Box

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 _
) 
C# 
public static void ShutDownRequest( 
   string reason
)

Parameters

reason

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

© 2004-2017 Advosol Inc. All Rights Reserved.