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 |
| Managed Extensions for C++ | |
|---|
__value public enum ExeStartMode : public System.Enum |
| C++/CLI | |
|---|
public enum class ExeStartMode : public System.Enum |
Members
Inheritance Hierarchy
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