TeamProjectCollectionWebService.QueueDetachCollection-Methode
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
)
Parameter
- collectionProperties
Typ: Microsoft.TeamFoundation.Framework.Server.TeamProjectCollectionProperties
- collectionStoppedMessage
Typ: System.String
- detachedConnectionString
Typ: System.String%
Rückgabewert
Typ: Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.