Enum HostType
Defines the type of hosting process where agent is executed.
Namespace: Nevatech.Vsb.Agent
Assembly: Nevatech.Vsb.Agent.dll
Syntax
public enum HostType
Fields
Name | Description |
---|---|
AzureWorkerRole | Windows Azure worker role. |
ConsoleApplication | Console application. |
WindowsService | Windows service. |