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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.