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