XDASrv Reference Manual
GenericServer Class
Members  See Also  Send Feedback
NSPlugin Namespace : GenericServer Class




This class defines the generic DA server interface. See chapter ource Server Customization for an explanation of the server data and thread structure.

The GenericServer class provides a set of generic DA server callback methods. These methods can be used to read information from the generic server or change data in the generic DA server.

It also defines classes and enumerators used in the data exchange with the generic server and contains a standard implementation of the methods called by the generic DA server.

The class AppPlugin inherits from this class and defines method overloads for the methods that need to be implemented for a specific application.

Object Model

GenericServer Class

Syntax

Visual Basic (Declaration) 
Public Class GenericServer 
Visual Basic (Usage)Copy Code
Dim instance As GenericServer
C# 
public class GenericServer 
Managed Extensions for C++ 
public __gc class GenericServer 
C++/CLI 
public ref class GenericServer 

Inheritance Hierarchy

System.Object
   NSPlugin.GenericServer
      NSPlugin.AppPlugin

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.