ITeamProjectCollectionServicing.QueueDetachCollection Method (Guid, IDictionary<String, String>, String, String%)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
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
)
ServicingJobDetail^ QueueDetachCollection(
Guid collectionId,
IDictionary<String^, String^>^ servicingTokens,
String^ collectionStoppedMessage,
[OutAttribute] String^% detachedConnectionString
)
abstract QueueDetachCollection :
collectionId:Guid *
servicingTokens:IDictionary<string, string> *
collectionStoppedMessage:string *
detachedConnectionString:string byref -> ServicingJobDetail
function QueueDetachCollection(
collectionId : Guid,
servicingTokens : IDictionary<String, String>,
collectionStoppedMessage : String,
detachedConnectionString : String
) : ServicingJobDetail
Parameters
- collectionId
Type: System.Guid
- servicingTokens
Type: System.Collections.Generic.IDictionary<String, String>
- collectionStoppedMessage
Type: System.String
- detachedConnectionString
Type: System.String%
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.ServicingJobDetail
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ITeamProjectCollectionServicing Interface