Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.