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: Gemstone.IO
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.143 -- Release Build+524337d392fd5616b12b50022b004322b9e7c330
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