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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.