AdministrationWebService.QueryActiveRequests Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- hostIds
Type: array<System.Guid[]
- includeDetails
Type: System.Boolean
Return Value
Type: System.Collections.Generic.List<TeamFoundationServiceHostActivity>
.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.