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.
Retrieve the set of active requests. This will make a copy of the
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ActiveRequests As IEnumerable(Of TeamFoundationRequestContext)
public IEnumerable<TeamFoundationRequestContext> ActiveRequests { get; }
public:
property IEnumerable<TeamFoundationRequestContext^>^ ActiveRequests {
IEnumerable<TeamFoundationRequestContext^>^ get ();
}
member ActiveRequests : IEnumerable<TeamFoundationRequestContext> with get
function get ActiveRequests () : IEnumerable<TeamFoundationRequestContext>
Property Value
Type: System.Collections.Generic.IEnumerable<TeamFoundationRequestContext>
Returns IEnumerable<T>.
.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.