NullChangeToken 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.
An empty change token that doesn't raise any change callbacks.
public ref class NullChangeToken : Microsoft::Extensions::Primitives::IChangeToken
public class NullChangeToken : Microsoft.Extensions.Primitives.IChangeToken
type NullChangeToken = class
interface IChangeToken
Public Class NullChangeToken
Implements IChangeToken
- Inheritance
-
NullChangeToken
- Implements
Properties
ActiveChangeCallbacks |
Gets a value that's always |
HasChanged |
Gets a value that's always |
Singleton |
Gets a singleton instance of NullChangeToken. |
Methods
RegisterChangeCallback(Action<Object>, Object) |
Always returns an empty disposable object. Callbacks will never be called. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.