TeamProjectCollectionService.QueueDetachCollection, méthode
Place l'opération en file d'attente instantanée pour la collection.
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
Public Function QueueDetachCollection ( _
requestContext As TeamFoundationRequestContext, _
collectionId As Guid, _
servicingTokens As IDictionary(Of String, String), _
collectionStoppedMessage As String, _
<OutAttribute> ByRef detachedConnectionString As String _
) As ServicingJobDetail
public ServicingJobDetail QueueDetachCollection(
TeamFoundationRequestContext requestContext,
Guid collectionId,
IDictionary<string, string> servicingTokens,
string collectionStoppedMessage,
out string detachedConnectionString
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Contexte de la requête.
- collectionId
Type : System.Guid
- servicingTokens
Type : System.Collections.Generic.IDictionary<String, String>
- collectionStoppedMessage
Type : System.String
Message à afficher pour les demandes qui frappent cette collection puisqu'il sera prise hors connexion si elle n'est pas déjà.
- detachedConnectionString
Type : System.String%
La chaîne de connexion pour la collection qui est détachée.
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail
Le hostId pour l'en attente détachement.
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.