Task Constructor
Initializes a new instance of the Task class.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New Task()
public Task()
public:
Task()
new : unit -> Task
public function Task()