DANSrv Reference
ShutDownRequest Method
See Also  Send Feedback
NSPluginNet4 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 (Usage)Copy Code
Dim reason As String
 
GenericServer.ShutDownRequest(reason)
C# 
public static void ShutDownRequest( 
   string reason
)

Parameters

reason

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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