AdministrationWebService.QueryActiveRequests Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<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.
See Also
Reference
AdministrationWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace