InputQueue<T>.EndDequeue-Methode (IAsyncResult, T%)

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

Syntax

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

Parameter

  • item
    Typ: T%

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

InputQueue<T> Klasse

EndDequeue-Überladung

Microsoft.TeamFoundation.Framework.Common-Namespace