ITeamProjectCollectionServicing.QueueDeleteProject Method
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Function QueueDeleteProject ( _
collectionId As Guid, _
projectUri As String, _
servicingTokens As IDictionary(Of String, String) _
) As ServicingJobDetail
ServicingJobDetail QueueDeleteProject(
Guid collectionId,
string projectUri,
IDictionary<string, string> servicingTokens
)
ServicingJobDetail^ QueueDeleteProject(
Guid collectionId,
String^ projectUri,
IDictionary<String^, String^>^ servicingTokens
)
abstract QueueDeleteProject :
collectionId:Guid *
projectUri:string *
servicingTokens:IDictionary<string, string> -> ServicingJobDetail
function QueueDeleteProject(
collectionId : Guid,
projectUri : String,
servicingTokens : IDictionary<String, String>
) : ServicingJobDetail
Parameters
- collectionId
Type: System.Guid
- projectUri
Type: System.String
- servicingTokens
Type: System.Collections.Generic.IDictionary<String, 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.