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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.