Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public ReadOnly Property ActiveRequests As ReadOnlyCollection(Of TeamFoundationRequestInformation)
public ReadOnlyCollection<TeamFoundationRequestInformation> ActiveRequests { get; }
public:
property ReadOnlyCollection<TeamFoundationRequestInformation^>^ ActiveRequests {
ReadOnlyCollection<TeamFoundationRequestInformation^>^ get ();
}
member ActiveRequests : ReadOnlyCollection<TeamFoundationRequestInformation> with get
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.