Class DelayAction
Execute delay.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Automations.Actions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public class DelayAction : BaseAction, IObservableClass, IBindable, IAction
Constructors
View SourceDelayAction(Guid, TimeSpan)
Default constructor.
Declaration
public DelayAction(Guid automationId, TimeSpan delay)
Parameters
Type | Name | Description |
---|---|---|
Guid | automationId | |
TimeSpan | delay |
Properties
View SourceDelay
Gets or sets the Delay property value.
Declaration
public TimeSpan Delay { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo