Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Microsoft.​Extensions.​Primitives.​CompositeChangeToken

Assembly: Microsoft.Extensions.Primitives

Inheritance: object → CompositeChangeToken

Implemented Interfaces

An <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" /> that represents one or more <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" /> instances.

Properties

public bool
ActiveChangeCallbacks
Returns the list of <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" /> that compose the current <see cref="T:Microsoft.Extensions.Primitives.CompositeChangeToken" /> .
public bool
HasChanged

Methods

RegisterChangeCallback​(System.​Action<​object> callback, object state)
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object