See C1FileSystemWatcher.
Namespace: Composite.Core.ImplementationAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public virtual C1WaitForChangedResult WaitForChanged( WatcherChangeTypes changeType, int timeout ) |
Visual Basic |
---|
Public Overridable Function WaitForChanged ( _ changeType As WatcherChangeTypes, _ timeout As Integer _ ) As C1WaitForChangedResult |
Visual C++ |
---|
public: virtual C1WaitForChangedResult WaitForChanged( WatcherChangeTypes changeType, int timeout ) |
Parameters
- changeType
- Type: System.IO..::..WatcherChangeTypes
[Missing <param name="changeType"/> documentation for "M:Composite.Core.Implementation.C1FileSystemWatcherImplementation.WaitForChanged(System.IO.WatcherChangeTypes,System.Int32)"]
- timeout
- Type: System..::..Int32
[Missing <param name="timeout"/> documentation for "M:Composite.Core.Implementation.C1FileSystemWatcherImplementation.WaitForChanged(System.IO.WatcherChangeTypes,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Composite.Core.Implementation.C1FileSystemWatcherImplementation.WaitForChanged(System.IO.WatcherChangeTypes,System.Int32)"]