Enum determing whether we are connecting to live or simulation system.

Namespace:  T4
Assembly:  T4Definitions.20 (in T4Definitions.20.dll)

Syntax

C#
[ObfuscationAttribute(Feature = "renaming", Exclude = true)]
public enum APIServerType
Visual Basic (Declaration)
<ObfuscationAttribute(Feature := "renaming", Exclude := True)> _
Public Enumeration APIServerType
Visual C++
[ObfuscationAttribute(Feature = L"renaming", Exclude = true)]
public enum class APIServerType

Members

Member nameDescription
Unknown
No server type is specified. Not for use by API.
Live
Live system
Simulator
Simulator system
Test
Test system. Not for use by API.

See Also