ICancelableAsyncResult, interface
Représente l'état d'une opération asynchrone annulable.
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Interface ICancelableAsyncResult _
Inherits IAsyncResult
public interface ICancelableAsyncResult : IAsyncResult
Le type ICancelableAsyncResult expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
AsyncState | Obtient un objet défini par l'utilisateur qui qualifie ou qui contient des informations sur une opération asynchrone. (Hérité de IAsyncResult.) | |
AsyncWaitHandle | Obtient WaitHandle utilisé pour attendre qu'une opération asynchrone se termine. (Hérité de IAsyncResult.) | |
CompletedSynchronously | Obtient une valeur qui indique si l'opération asynchrone a été terminée de manière synchrone. (Hérité de IAsyncResult.) | |
IsCanceled | Obtient l'état de l'annulation. | |
IsCompleted | Obtient une valeur qui indique si l'opération asynchrone est terminée. (Hérité de IAsyncResult.) |
Début
Méthodes
Nom | Description | |
---|---|---|
Cancel | Tentatives d'annuler l'opération asynchrone. |
Début