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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.