Show / Hide Table of Contents

Class DelayStatement

A delay represented as a statement.

Inheritance
object
Delay
DelayStatement
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ntfy.Filters
Assembly: ntfy.dll
Syntax
public class DelayStatement : Delay

Constructors

| Improve this Doc View Source

DelayStatement(string)

Constructor for the DelayStatement class.

Declaration
public DelayStatement(string value)
Parameters
Type Name Description
string value

The delay statement string.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX