IAsyncState Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Encapsule toutes les informations dans le flux asynchrone dans une AsyncLocal<T> variable. Certaines implémentations de cette interface peuvent ne pas être thread safe.
public interface class IAsyncState
public interface IAsyncState
type IAsyncState = interface
Public Interface IAsyncState
Méthodes
Get(AsyncStateToken) |
Obtient le contexte asynchrone stocké à partir de l’état. |
Initialize() |
Initialise l’état asynchrone dans le flux asynchrone actuel. |
RegisterAsyncContext() |
Inscrit le nouveau contexte asynchrone avec l’état . |
Reset() |
Réinitialise l’état asynchrone après l’utilisation. |
Set(AsyncStateToken, Object) |
Stocke le contexte asynchrone. |
TryGet(AsyncStateToken, Object) |
Tente d’obtenir le contexte asynchrone stocké à partir de l’état. |