Condividi tramite


PollingFileChangeToken.ActiveChangeCallbacks Proprietà

Definizione

Ottiene un valore che indica se questo token genererà in modo proattivo i callback. Se false, il consumatore del token deve effettuare il polling su HasChanged per rilevare le modifiche.

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

Valore della proprietà

true se il token genererà in modo proattivo i callback; false Altrimenti.

Si applica a