ITeamProjectCollectionServicing.QueueDetachCollection, méthode (Guid, IDictionary<String, String>, String, String%)
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Function QueueDetachCollection ( _
collectionId As Guid, _
servicingTokens As IDictionary(Of String, String), _
collectionStoppedMessage As String, _
<OutAttribute> ByRef detachedConnectionString As String _
) As ServicingJobDetail
ServicingJobDetail QueueDetachCollection(
Guid collectionId,
IDictionary<string, string> servicingTokens,
string collectionStoppedMessage,
out string detachedConnectionString
)
Paramètres
- collectionId
Type : System.Guid
- servicingTokens
Type : System.Collections.Generic.IDictionary<String, String>
- collectionStoppedMessage
Type : System.String
- detachedConnectionString
Type : System.String%
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Client.ServicingJobDetail
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ITeamProjectCollectionServicing Interface