Overload | Description |
---|---|
BatchTaskParameters Constructor() | Initializes a new instance of the BatchTaskParameters class with empty list of task providers and without step-completed callback method. |
BatchTaskParameters Constructor(IEnumerable<BatchTaskProvider>) | Initializes a new instance of the BatchTaskParameters class with a specified list of task providers. |
BatchTaskParameters Constructor(StepCompleteCallback) | Initializes a new instance of the BatchTaskParameters class with a specified step-completed callback method. |
BatchTaskParameters Constructor(IEnumerable<BatchTaskProvider>,StepCompleteCallback) | Initializes a new instance of the BatchTaskParameters class with a specified list of task providers and a step-completed callback method. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family