Share via


TeamProjectCollectionWebService.QueueDetachCollection Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueueDetachCollection ( _
    collectionProperties As TeamProjectCollectionProperties, _
    collectionStoppedMessage As String, _
    <OutAttribute> ByRef detachedConnectionString As String _
) As ServicingJobDetail
[WebMethodAttribute]
public ServicingJobDetail QueueDetachCollection(
    TeamProjectCollectionProperties collectionProperties,
    string collectionStoppedMessage,
    out string detachedConnectionString
)
[WebMethodAttribute]
public:
ServicingJobDetail^ QueueDetachCollection(
    TeamProjectCollectionProperties^ collectionProperties, 
    String^ collectionStoppedMessage, 
    [OutAttribute] String^% detachedConnectionString
)
[<WebMethodAttribute>]
member QueueDetachCollection : 
        collectionProperties:TeamProjectCollectionProperties * 
        collectionStoppedMessage:string * 
        detachedConnectionString:string byref -> ServicingJobDetail 
public function QueueDetachCollection(
    collectionProperties : TeamProjectCollectionProperties, 
    collectionStoppedMessage : String, 
    detachedConnectionString : String
) : ServicingJobDetail

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail

.NET Framework Security

See Also

Reference

TeamProjectCollectionWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace