FileChangeMonitor Methods
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources that are used by the current instance of the ChangeMonitor class.(Inherited from ChangeMonitor.) |
![]() | Dispose(Boolean) | Releases all managed and unmanaged resources and any references to the ChangeMonitor instance. This overload must be implemented by derived change-monitor classes. (Inherited from ChangeMonitor.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | InitializationComplete() | Called from the constructor of derived classes to indicate that initialization is finished. (Inherited from ChangeMonitor.) |
![]() | MemberwiseClone() | |
![]() | NotifyOnChanged(OnChangedCallback^) | Called by Cache implementers to register a callback and notify an ObjectCache instance through the OnChangedCallback delegate when a dependency has changed. (Inherited from ChangeMonitor.) |
![]() | OnChanged(Object^) | Called by derived classes to raise the event when a dependency changes. (Inherited from ChangeMonitor.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

