This documentation is archived and is not being maintained.
ITeamProjectCollectionServicing::QueueDeleteProject Method
Visual Studio 2013
Queues a project to be deleted.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
ServicingJobDetail^ QueueDeleteProject( Guid collectionId, String^ projectUri, IDictionary<String^, String^>^ servicingTokens )
Parameters
- collectionId
- Type: System::Guid
The team project collection containing the project.
- projectUri
- Type: System::String
The project to be deleted.
- servicingTokens
- Type: System.Collections.Generic::IDictionary<String, String>
Replacement strings for tokens in project deletion servicing steps.
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: