DANSrvAE Reference
ExeStartMode Enumeration
See Also  Send comments on this topic.
NSPlugin Assembly > NSPlugin Namespace : ExeStartMode Enumeration

Glossary Item Box

Determines how the server starts when the EXE file is started.
This definition has no effect if the server is started from DCOM due to a client connect or when it's registered to run as a service. The server terminates after the last client disconnects, independent of this definition.

Syntax

Visual Basic (Declaration) 
Public Enum ExeStartMode 
   Inherits System.Enum
C# 
public enum ExeStartMode : System.Enum 

Members

MemberDescription
Full (1) The server starts completely up without waiting for a client to connect. The server customization can be debugged without a client having to connect.
Partial (0) The generic server initalizes but doesn't call the plugin initialization methods GetServerParameters and CreateServerItems before the first client connects. The startup behavior allows e.g. a debugger to be attached before the normal server operation starts.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NSPlugin.ExeStartMode

Requirements

Namespace: NSPlugin

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: NSPlugin (in D:\PRODUCTS\OPCDA.NET\Server\Customization\AECombo\bin\DocX\AE\NSPlugin.dll)

See Also

© 2004-2017 Advosol Inc. All Rights Reserved.