CompletedOperation<TResult>, classe
Hiérarchie d'héritage
System.Object
Microsoft.TeamFoundation.Framework.Common.AsyncOperation
Microsoft.TeamFoundation.Framework.Common.CompletedOperation<TResult>
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public NotInheritable Class CompletedOperation(Of TResult) _
Inherits AsyncOperation
public sealed class CompletedOperation<TResult> : AsyncOperation
Paramètres de type
- TResult
Le type CompletedOperation<TResult> expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
CompletedOperation<TResult> |
Début
Propriétés
Nom | Description | |
---|---|---|
AsyncState | (Hérité de AsyncOperation.) | |
AsyncWaitHandle | (Hérité de AsyncOperation.) | |
Callback | (Hérité de AsyncOperation.) | |
CompletedSynchronously | (Hérité de AsyncOperation.) | |
Exception | (Hérité de AsyncOperation.) | |
IsCompleted | (Hérité de AsyncOperation.) |
Début
Méthodes
Nom | Description | |
---|---|---|
End | ||
Equals | Détermine si l'objet spécifié est identique à l'objet actuel. (Hérité de Object.) | |
GetHashCode | Sert de fonction de hachage pour un type particulier. (Hérité de Object.) | |
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
ToString | Retourne une chaîne qui représente l'objet actif. (Hérité de Object.) |
Début
Implémentations d'interface explicite
Nom | Description | |
---|---|---|
IAsyncResult.AsyncWaitHandle | (Hérité de AsyncOperation.) |
Début
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.