SafeFileWatcherWaitForChanged(WatcherChangeTypes, Int32) 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 and the time (in milliseconds) to wait before timing out.
Namespace: Gemstone.IOAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.141 -- Release Build+8fc1477299d57116e2a4f3cb8dfe059f814b239b
public WaitForChangedResult WaitForChanged(
WatcherChangeTypes changeType,
int timeout
)
Public Function WaitForChanged (
changeType As WatcherChangeTypes,
timeout As Integer
) As WaitForChangedResult
public:
WaitForChangedResult WaitForChanged(
WatcherChangeTypes changeType,
int timeout
)
function WaitForChanged(changeType, timeout);
- changeType WatcherChangeTypes
- The WatcherChangeTypes to watch for.
- timeout Int32
- The time (in milliseconds) to wait before timing out.
WaitForChangedResultA
WaitForChangedResult that contains specific information on the change that occurred.