HostFileChangeMonitor Properties

.NET Framework (current version)
 

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

NameDescription
System_CAPS_pubpropertyFilePaths

Gets the collection of directories and file paths that was passed to the HostFileChangeMonitor constructor.(Overrides FileChangeMonitor::FilePaths.)

System_CAPS_pubpropertyHasChanged

Gets a value that indicates that the state that is monitored by the ChangeMonitor class has changed.(Inherited from ChangeMonitor.)

System_CAPS_pubpropertyIsDisposed

Gets a value that indicates that the derived instance of a ChangeMonitor class is disposed.(Inherited from ChangeMonitor.)

System_CAPS_pubpropertyLastModified

Gets a read-only value that indicates the last write time of a monitored file or path.(Overrides FileChangeMonitor::LastModified.)

System_CAPS_pubpropertyUniqueId

Gets an identifier for the HostFileChangeMonitor instance that is based on the set of monitored directories and file paths. (Overrides ChangeMonitor::UniqueId.)

Return to top
Show: