Show / Hide Table of Contents

Class DelayDuration

A delay represented as a number and unit.

Inheritance
object
Delay
DelayDuration
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 DelayDuration : Delay

Constructors

| Improve this Doc View Source

DelayDuration(int, DelayUnit)

Constructor for the DelayDuration class.

Declaration
public DelayDuration(int value, DelayUnit unit)
Parameters
Type Name Description
int value

Numerical value of the delay duration.

DelayUnit unit

Unit of the delay duration.

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