DueTime Property
Definition
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
Remarks
Specify negative one (-1) milliseconds to prevent the signaling from starting. Specify zero (0) to start the signaling immediately.