AsyncOperation.End<T>, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Protected Shared Function End(Of T As AsyncOperation) ( _
result As IAsyncResult _
) As T
protected static T End<T>(
IAsyncResult result
)
where T : AsyncOperation
Paramètres de type
- T
Paramètres
- result
Type : System.IAsyncResult
Valeur de retour
Type : T
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.