ISimpleWorkItemAsyncStateWatcher 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.
Représente un objet qui observe des états asynchrones définis par des éléments de travail simples.
public interface class ISimpleWorkItemAsyncStateWatcher
public interface ISimpleWorkItemAsyncStateWatcher
type ISimpleWorkItemAsyncStateWatcher = interface
Public Interface ISimpleWorkItemAsyncStateWatcher
Propriétés
| Nom | Description |
|---|---|
| Completed |
Vérifie si tous les États ont été mis à jour et que davantage de sondages sont nécessaires. |
| PendingAsyncStates |
Il reçoit les états asynchrones qui n’ont pas encore été mis à jour. |
Méthodes
| Nom | Description |
|---|---|
| Add(ISimpleWorkItemAsyncState) |
Ajoute un état asynchrone au pool des états visionnés. |
| Poll() |
Interroge les états asynchrones pour complétion. |