Compartir a través de


AsyncOperation.TryEnd<T> (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Common
Ensamblado:  Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)

Sintaxis

'Declaración
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

Parámetros de tipo

  • T

Parámetros

  • operation
    Tipo: T%

Valor devuelto

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

AsyncOperation Clase

Microsoft.TeamFoundation.Framework.Common (Espacio de nombres)