FSEventStreamCreateOptions.DeviceToWatch Property

Definition

A dev_t corresponding to the device which you want to receive notifications from. The dev_t is the same as the st_dev field from a stat structure of a file on that device or the f_fsid[0] field of a statfs structure.

public ulong? DeviceToWatch { get; set; }
member this.DeviceToWatch : Nullable<uint64> with get, set

Property Value

Applies to