Click or drag to resize

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
)

Parameters

id
Type: SystemInt32
See Also