IChangeTokenProvider interface
namespace: Serenity.Abstractions assembly: Serenity.Net.Core
Abstraction for an object that can provide a change token that fires when its content changes. The object itself does not need to detect changes; external code may trigger the token and consumers subscribe to it to invalidate their caches.
public interface IChangeTokenProvider
Members
| name | description |
|---|---|
| GetChangeToken() | Gets a change token that fires when the object's content changes. |
See Also
- Source: IChangeTokenProvider.cs