Class Delay
An abstract class representing a delay.
Inherited Members
Namespace: ntfy.Filters
Assembly: ntfy.dll
Syntax
public abstract class Delay
Constructors
| Improve this Doc View SourceDelay(string)
Constructor for a Delay object.
Declaration
protected Delay(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | String representation of the delay. |