GH_FileWatcher.Buffer Property

GH_FileWatcherBuffer Property

Gets or sets the time during which events are buffered. If multiple events for the same file occur within the buffered timespan, they will be merged into one event.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public TimeSpan Buffer { get; set; }
Public Property Buffer As TimeSpan
	Get
	Set

Property Value

Type: TimeSpan

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_FileWatcher.Buffer"]

See Also