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.

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.110 -- Release Build+5f28d91246fb64a1bf6c938596f3050396eb7eba
public WaitForChangedResult WaitForChanged(
	WatcherChangeTypes changeType
)

Parameters

changeType  WatcherChangeTypes
The WatcherChangeTypes to watch for.

Return Value

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

See Also