Table of Contents

DueTime Property

Definition

Namespace
Cuemon.Runtime
Assemblies
Cuemon.Core.dll
Source
src/Cuemon.Core/Runtime/WatcherOptions.cs

DueTime

Gets or sets the TimeSpan representing the amount of time to delay before the IWatcher starts signaling.

public TimeSpan DueTime { get; set; }

Property Value

TimeSpan

A TimeSpan representing the amount of time to delay before the IWatcher starts signaling.

Remarks

Specify negative one (-1) milliseconds to prevent the signaling from starting. Specify zero (0) to start the signaling immediately.