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: Gemstone.IOAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.155 -- Release Build+a7d8ba87ff92af3282fc68a6fbfd37a854100b44
public WaitForChangedResult WaitForChanged(
WatcherChangeTypes changeType
)
Public Function WaitForChanged (
changeType As WatcherChangeTypes
) As WaitForChangedResult
public:
WaitForChangedResult WaitForChanged(
WatcherChangeTypes changeType
)
function WaitForChanged(changeType);
- changeType WatcherChangeTypes
- The WatcherChangeTypes to watch for.
WaitForChangedResultA
WaitForChangedResult that contains specific information on the change that occurred.