Table of Contents

Period Property

Definition

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

Period

Gets or sets the time interval between periodic signaling.

public TimeSpan Period { get; set; }

Property Value

TimeSpan

A TimeSpan representing the time interval between periodic signaling.

Remarks

Specify negative one (-1) milliseconds to disable periodic signaling.