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




state
instanceCount
groupCount
Generic server callback to get information about the current server status/usage.

Syntax

Visual Basic (Declaration) 
Public Delegate Function GetServerInfo( _
   ByRef state As Integer, _
   ByRef instanceCount As Integer, _
   ByRef groupCount As IntPtr _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As New GetServerInfo(AddressOf HandlerMethod)
C# 
public delegate int GetServerInfo( 
   out int state,
   out int instanceCount,
   out IntPtr groupCount
)
Managed Extensions for C++ 
public: __gc __delegate int GetServerInfo( 
   [PARAMFLAG::Out] int state,
   [PARAMFLAG::Out] int instanceCount,
   [PARAMFLAG::Out] IntPtr groupCount
)
C++/CLI 
public delegate int GetServerInfo( 
   [Out] int state,
   [Out] int instanceCount,
   [Out] IntPtr groupCount
)

Parameters

state
instanceCount
groupCount

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.