Compartilhar via


Método InputQueue<T>.EndDequeue (IAsyncResult, T%)

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (em Microsoft.TeamFoundation.Common.dll)

Sintaxe

'Declaração
Public Function EndDequeue ( _
    result As IAsyncResult, _
    <OutAttribute> ByRef item As T _
) As Boolean
public bool EndDequeue(
    IAsyncResult result,
    out T item
)

Parâmetros

  • item
    Tipo: T%

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

InputQueue<T> Classe

Sobrecargas EndDequeue

Namespace Microsoft.TeamFoundation.Framework.Common