Class DelayStatement
A delay represented as a statement.
Inherited Members
Namespace: ntfy.Filters
Assembly: ntfy.dll
Syntax
public class DelayStatement : Delay
Constructors
| Improve this Doc View SourceDelayStatement(string)
Constructor for the DelayStatement class.
Declaration
public DelayStatement(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | The delay statement string. |