Share via


Proprietà TeamFoundationServiceHost.ActiveRequests

Recuperare il set di richieste attive.Ciò consente di eseguire una copia di

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

Sintassi

'Dichiarazione
Public ReadOnly Property ActiveRequests As IEnumerable(Of TeamFoundationRequestContext)
public IEnumerable<TeamFoundationRequestContext> ActiveRequests { get; }

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<TeamFoundationRequestContext>
Restituisca il valore IEnumerable<T>.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationServiceHost Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server