Show / Hide Table of Contents

Class Delay

An abstract class representing a delay.

Inheritance
object
Delay
DelayDuration
DelayStatement
DelayTime
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 abstract class Delay

Constructors

| Improve this Doc View Source

Delay(string)

Constructor for a Delay object.

Declaration
protected Delay(string value)
Parameters
Type Name Description
string value

String representation of the delay.

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