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.
This method will block until a collection servicing operation has completed. It will then return the resulting collection. Note, you must have the Edit server-level information permission to monitor collection servicing.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function WaitForCollectionServicingToComplete ( _
jobDetail As ServicingJobDetail _
) As TeamProjectCollection
TeamProjectCollection WaitForCollectionServicingToComplete(
ServicingJobDetail jobDetail
)
TeamProjectCollection^ WaitForCollectionServicingToComplete(
ServicingJobDetail^ jobDetail
)
abstract WaitForCollectionServicingToComplete :
jobDetail:ServicingJobDetail -> TeamProjectCollection
function WaitForCollectionServicingToComplete(
jobDetail : ServicingJobDetail
) : TeamProjectCollection
Parameters
jobDetail
Type: Microsoft.TeamFoundation.Framework.Client.ServicingJobDetailThe detail of the queued job.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamProjectCollection
The Team Project Collection that was being serviced.
.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
ITeamProjectCollectionServicing Interface