CancellationChangeToken.ActiveChangeCallbacks Propriedade

Definição

Indica se este token irá aumentar proativamente os callbacks. Se false, o consumidor de token deve pesquisar HasChanged para detetar alterações.

public:
 property bool ActiveChangeCallbacks { bool get(); };
public bool ActiveChangeCallbacks { get; }
member this.ActiveChangeCallbacks : bool
Public ReadOnly Property ActiveChangeCallbacks As Boolean

Valor de Propriedade

true se o token levantar proativamente os callbacks; false caso contrário.

Implementações

Aplica-se a