Condividi tramite


IActionDescriptorChangeProvider.GetChangeToken Metodo

Definizione

Ottiene un IChangeToken oggetto utilizzato per segnalare l'invalidazione delle istanze memorizzate nella ActionDescriptor cache.

public:
 Microsoft::Extensions::Primitives::IChangeToken ^ GetChangeToken();
public Microsoft.Extensions.Primitives.IChangeToken GetChangeToken ();
abstract member GetChangeToken : unit -> Microsoft.Extensions.Primitives.IChangeToken
Public Function GetChangeToken () As IChangeToken

Restituisce

Oggetto IChangeToken.

Commenti

Il token di modifica restituito da GetChangeToken() è destinato all'uso solo all'interno dell'infrastruttura MVC. Usare GetChangeToken() per ricevere una notifica delle ActionDescriptor modifiche.

Si applica a