ITeamProjectCollectionServicing.QueueDetachCollection Method (TeamProjectCollection, IDictionary<String, String>, String, String%)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Function QueueDetachCollection ( _
teamProjectCollection As TeamProjectCollection, _
servicingTokens As IDictionary(Of String, String), _
collectionStoppedMessage As String, _
<OutAttribute> ByRef detachedConnectionString As String _
) As ServicingJobDetail
ServicingJobDetail QueueDetachCollection(
TeamProjectCollection teamProjectCollection,
IDictionary<string, string> servicingTokens,
string collectionStoppedMessage,
out string detachedConnectionString
)
ServicingJobDetail^ QueueDetachCollection(
TeamProjectCollection^ teamProjectCollection,
IDictionary<String^, String^>^ servicingTokens,
String^ collectionStoppedMessage,
[OutAttribute] String^% detachedConnectionString
)
abstract QueueDetachCollection :
teamProjectCollection:TeamProjectCollection *
servicingTokens:IDictionary<string, string> *
collectionStoppedMessage:string *
detachedConnectionString:string byref -> ServicingJobDetail
function QueueDetachCollection(
teamProjectCollection : TeamProjectCollection,
servicingTokens : IDictionary<String, String>,
collectionStoppedMessage : String,
detachedConnectionString : String
) : ServicingJobDetail
Parameters
- teamProjectCollection
Type: Microsoft.TeamFoundation.Framework.Client.TeamProjectCollection
- 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