DANSrv Reference
DefineCallbacks2 Method
See Also  Send Feedback
NSPluginNet4 Assembly > NSPlugin Namespace > GenericServer Class : DefineCallbacks2 Method

dlgGetServerInstanceInfo

Glossary Item Box

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 (Usage)Copy Code
Dim instance As GenericServer
Dim dlgGetServerInstanceInfo As GetServerInstanceInfo
 
instance.DefineCallbacks2(dlgGetServerInstanceInfo)
C# 
public void DefineCallbacks2( 
   GetServerInstanceInfo dlgGetServerInstanceInfo
)

Parameters

dlgGetServerInstanceInfo

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.