TeamFoundationServiceHostActivity.ActiveRequests Property
Gets the collection of the active requests for the service host.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public ReadOnly Property ActiveRequests As ReadOnlyCollection(Of TeamFoundationRequestInformation)
Get
public ReadOnlyCollection<TeamFoundationRequestInformation> ActiveRequests { get; }
public:
property ReadOnlyCollection<TeamFoundationRequestInformation^>^ ActiveRequests {
ReadOnlyCollection<TeamFoundationRequestInformation^>^ get ();
}
member ActiveRequests : ReadOnlyCollection<TeamFoundationRequestInformation>
function get ActiveRequests () : ReadOnlyCollection<TeamFoundationRequestInformation>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<TeamFoundationRequestInformation>
The collection of the active requests for the service host.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.