| Task Constructor (Int32) |
Note: This API is now obsolete.
Initializes a new instance of the
Task class
Namespace:
Dynamicweb.Scheduling
Assembly:
Dynamicweb.Scheduling (in Dynamicweb.Scheduling.dll) Version: 4.0.2
Syntax [ObsoleteAttribute("Use GetTaskById or constructor with no arguments")]
public Task(
int id
)
<ObsoleteAttribute("Use GetTaskById or constructor with no arguments")>
Public Sub New (
id As Integer
)
Parameters
- id
- Type: SystemInt32
See Also