ChangeToken Class

Definition

Propagates notifications that a change has occurred.

public ref class ChangeToken abstract sealed
public static class ChangeToken
type ChangeToken = class
Public Class ChangeToken
Inheritance
ChangeToken

Methods

OnChange(Func<IChangeToken>, Action)

Registers the changeTokenConsumer action to be called whenever the token produced changes.

OnChange<TState>(Func<IChangeToken>, Action<TState>, TState)

Registers the changeTokenConsumer action to be called whenever the token produced changes.

Applies to