|
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.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic WaitForChangedResult WaitForChanged(
WatcherChangeTypes changeType
)
Public Function WaitForChanged (
changeType As WatcherChangeTypes
) As WaitForChangedResult
public:
WaitForChangedResult WaitForChanged(
WatcherChangeTypes changeType
)
member WaitForChanged :
changeType : WatcherChangeTypes -> WaitForChangedResult
function WaitForChanged(changeType);
View SourceParameters
- changeType WatcherChangeTypes
- The WatcherChangeTypes to watch for.
Return Value
WaitForChangedResultA
WaitForChangedResult that contains specific information on the change that occurred.
See Also