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.
Visual Basic (Declaration) | |
---|---|
Public Enum ExeStartMode Inherits System.Enum |
C# | |
---|---|
public enum ExeStartMode : System.Enum |
Member | Description |
---|---|
Full | 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 | 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. |
System.Object
System.ValueType
System.Enum
NSPlugin.ExeStartMode
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