TeamProjectCollectionWebService.QueueDeleteCollection Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueueDeleteCollection ( _
    collectionId As Guid _
) As ServicingJobDetail
[WebMethodAttribute]
public ServicingJobDetail QueueDeleteCollection(
    Guid collectionId
)
[WebMethodAttribute]
public:
ServicingJobDetail^ QueueDeleteCollection(
    Guid collectionId
)
[<WebMethodAttribute>]
member QueueDeleteCollection : 
        collectionId:Guid -> ServicingJobDetail
public function QueueDeleteCollection(
    collectionId : Guid
) : ServicingJobDetail

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail

.NET Framework Security

See Also

Reference

TeamProjectCollectionWebService Class

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace