Specifies target framework version of the
worker process.
Namespace:
WebSupergoo.TaskGarden
Syntax
| C# |
|---|
public enum Framework |
| Visual Basic |
|---|
Public Enumeration Framework |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Current | 0 | Use the same framework version as the current process. | |
| DotNet20 | 1 | .NET 2.0. | |
| DotNet40 | 2 | .NET 4.0. |