Click or drag to resize

SafeFileWatcherWaitForChanged(WatcherChangeTypes) Method

A synchronous method that returns a structure that contains specific information on the change that occurred, given the type of change you want to monitor.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
Syntax
public WaitForChangedResult WaitForChanged(
	WatcherChangeTypes changeType
)
View Source

Parameters

changeType  WatcherChangeTypes
The WatcherChangeTypes to watch for.

Return Value

WaitForChangedResult
A WaitForChangedResult that contains specific information on the change that occurred.
See Also