Share via


AdministrationWebService.QueryActiveRequests Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryActiveRequests ( _
    hostIds As Guid(), _
    includeDetails As Boolean _
) As List(Of TeamFoundationServiceHostActivity)
[WebMethodAttribute]
public List<TeamFoundationServiceHostActivity> QueryActiveRequests(
    Guid[] hostIds,
    bool includeDetails
)
[WebMethodAttribute]
public:
List<TeamFoundationServiceHostActivity^>^ QueryActiveRequests(
    array<Guid>^ hostIds, 
    bool includeDetails
)
[<WebMethodAttribute>]
member QueryActiveRequests : 
        hostIds:Guid[] * 
        includeDetails:bool -> List<TeamFoundationServiceHostActivity> 
public function QueryActiveRequests(
    hostIds : Guid[], 
    includeDetails : boolean
) : List<TeamFoundationServiceHostActivity>

Parameters

Return Value

Type: System.Collections.Generic.List<TeamFoundationServiceHostActivity>

.NET Framework Security

See Also

Reference

AdministrationWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace