WatchResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result of a call to WatchFileAsync(Uri, CancellationToken) or WatchDirectoryAsync(Uri, Boolean, CancellationToken).
public ref class WatchResult
[System.Runtime.Serialization.DataContract]
public class WatchResult
[<System.Runtime.Serialization.DataContract>]
type WatchResult = class
Public Class WatchResult
- Inheritance
-
WatchResult
- Attributes
Constructors
WatchResult(String, Int32, Boolean) |
Initializes a new instance of the WatchResult class. |
Properties
Cookie |
Gets the cookie identifying file or directory being watched. |
IsDirectory |
Gets a value indicating whether indicates whether the watch result represents a directory. |
Scheme |
Gets the scheme of the file system provider returning the watch result. |