XDASrv Reference Manual
ShutDownRequest Delegate
See Also  Send Feedback
NSPlugin Namespace : ShutDownRequest Delegate




reason
Generic server callback to request a shout down.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ShutDownRequest( _
   ByVal reason As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As New ShutDownRequest(AddressOf HandlerMethod)
C# 
public delegate void ShutDownRequest( 
   string reason
)
Managed Extensions for C++ 
public: __gc __delegate void ShutDownRequest( 
   string* reason
)
C++/CLI 
public delegate 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.