CancellationChangeToken.ActiveChangeCallbacks Propriedade

Definição

Indica se este token gerará proativamente retornos de chamada.Indicates if this token will pro-actively raise callbacks. Se false, o consumidor do token deverá sondar HasChanged para detectar alterações.If false, the token consumer must poll HasChanged to detect changes.

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

Valor da propriedade

Boolean

true Se o token gerar retornos de chamada de forma proativa; false caso contrário.true if the token will proactively raise callbacks; false otherwise.

Implementações

Aplica-se a