uaPLUS Reference
ShutDownRequest Method
See Also  Send Feedback
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

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.