Class AutomationTaskBasic
A basic implementation of an automation task.
Inherited Members
Namespace: DataWeb.Automation.Tasks
Assembly: DataWeb.Core.dll
Syntax
public class AutomationTaskBasic : AutomationTask
Remarks
Initializes a new instance of the AutomationTaskBasic class.
Constructors
AutomationTaskBasic(IAutomationEventService, IAutomationProfileService, IServiceProvider)
A basic implementation of an automation task.
Declaration
public AutomationTaskBasic(IAutomationEventService automationEventService, IAutomationProfileService automationProfileService, IServiceProvider serviceProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| IAutomationEventService | automationEventService | The automation service. |
| IAutomationProfileService | automationProfileService | |
| IServiceProvider | serviceProvider | The service provider used to resolve dependencies. |
Remarks
Initializes a new instance of the AutomationTaskBasic class.