XDASrv Reference Manual
DefineCallbacks2 Method
See Also  Send Feedback
NSPlugin Namespace > GenericServer Class : DefineCallbacks2 Method




dlgGetServerInstanceInfo

This method is called from the professional edition generic server V5.1 an newer at startup. It passes an additional callback methods supported by the professional edition generic server. The callback method can be called anytime to exchange data with the generic server.

The DefineCallbacks2 method must not be overloaded or changed. The default implementation stores the delegates for later callbacks.

Syntax

Visual Basic (Declaration) 
Public Sub DefineCallbacks2( _
   ByVal dlgGetServerInstanceInfo As GetServerInstanceInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As GenericServer
Dim dlgGetServerInstanceInfo As GetServerInstanceInfo
 
instance.DefineCallbacks2(dlgGetServerInstanceInfo)
C# 
public void DefineCallbacks2( 
   GetServerInstanceInfo dlgGetServerInstanceInfo
)
Managed Extensions for C++ 
public: void DefineCallbacks2( 
   GetServerInstanceInfo* dlgGetServerInstanceInfo
) 
C++/CLI 
public:
void DefineCallbacks2( 
   GetServerInstanceInfo^ dlgGetServerInstanceInfo
) 

Parameters

dlgGetServerInstanceInfo

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.