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