Condividi tramite


Proprietà ServiceHost<T>.ActiveRequests

Elenco di richieste in esecuzione in questo host

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

Sintassi

'Dichiarazione
Protected ReadOnly Property ActiveRequests As Dictionary(Of Long, T)
protected Dictionary<long, T> ActiveRequests { get; }

Valore proprietà

Tipo: System.Collections.Generic.Dictionary<Int64, T>
Restituisca il valore Dictionary<TKey, TValue>.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ServiceHost<T> Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server