Interface IAutomationManager
Assembly: ISynergy.Framework.Automations.dll
Syntax
public interface IAutomationManager
Methods
View Source
AddAsync(Automation)
Declaration
Task<bool> AddAsync(Automation automation)
Parameters
Returns
Type |
Description |
Task<System.Boolean> |
|
View Source
GetItemAsync(Guid)
Declaration
Task<Automation> GetItemAsync(Guid automationId)
Parameters
Type |
Name |
Description |
Guid |
automationId |
|
Returns
View Source
GetItemsAsync()
Declaration
Task<List<Automation>> GetItemsAsync()
Returns
View Source
RemoveAsync(Guid)
Declaration
Task<bool> RemoveAsync(Guid automationId)
Parameters
Type |
Name |
Description |
Guid |
automationId |
|
Returns
Type |
Description |
Task<System.Boolean> |
|
View Source
UpdateAsync(Automation)
Declaration
Task<bool> UpdateAsync(Automation automation)
Parameters
Returns
Type |
Description |
Task<System.Boolean> |
|
Extension Methods