AsyncOperation.TryEnd<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 TryEnd(Of T As AsyncOperation) ( _
    result As IAsyncResult, _
    <OutAttribute> ByRef operation As T, _
    <OutAttribute> ByRef error As Exception _
) As Boolean
protected static bool TryEnd<T>(
    IAsyncResult result,
    out T operation,
    out Exception error
)
where T : AsyncOperation

Paramètres de type

  • T

Paramètres

  • operation
    Type : T%

Valeur de retour

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

AsyncOperation Classe

Microsoft.TeamFoundation.Framework.Common, espace de noms