This documentation is archived and is not being maintained.
ITeamProjectCollectionServicing.QueueAttachCollection Method (String, IDictionary(String, String), Boolean)
Visual Studio 2013
Queues attachment of collection that has the given connection String. This overload will use the existing collection properties to create the collection.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
abstract QueueAttachCollection : databaseConnectionString:string * servicingTokens:IDictionary<string, string> * cloneCollection:bool -> ServicingJobDetail
Parameters
- databaseConnectionString
- Type: System.String
The connection String of the collection to attach.
- servicingTokens
- Type: System.Collections.Generic.IDictionary(String, String)
Replacement strings for tokens in collection creation servicing steps.
- cloneCollection
- Type: System.Boolean
True if this collection should be a clone of the collection that was detached. If true, the collection instance id will get regenerated.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.ServicingJobDetailReturns the servicing job result which contains the job and host Id
- 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.
Show: