Condividi tramite


Metodo TfsMessageQueueService.CreateQueue (Uri, Int32, TimeSpan, Func<SoapException, Exception>)

Crea un oggetto che può essere utilizzato per rimuovono i messaggi dalla coda specificata.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Sintassi

'Dichiarazione
Public Function CreateQueue ( _
    queueId As Uri, _
    maxPendingCount As Integer, _
    maxAcknowledgementDelay As TimeSpan, _
    convertException As Func(Of SoapException, Exception) _
) As TfsMessageQueue
public TfsMessageQueue CreateQueue(
    Uri queueId,
    int maxPendingCount,
    TimeSpan maxAcknowledgementDelay,
    Func<SoapException, Exception> convertException
)

Parametri

  • queueId
    Tipo: System.Uri
    Identificatore della coda

Valore restituito

Tipo: Microsoft.TeamFoundation.Framework.Client.TfsMessageQueue
Un oggetto per dequeuing i messaggi dal server

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TfsMessageQueueService Classe

Overload CreateQueue

Spazio dei nomi Microsoft.TeamFoundation.Framework.Client