TeamProjectCollectionWebService.QueueDeleteProject Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueueDeleteProject ( _
collectionProperties As TeamProjectCollectionProperties, _
projectUri As String _
) As ServicingJobDetail
[WebMethodAttribute]
public ServicingJobDetail QueueDeleteProject(
TeamProjectCollectionProperties collectionProperties,
string projectUri
)
[WebMethodAttribute]
public:
ServicingJobDetail^ QueueDeleteProject(
TeamProjectCollectionProperties^ collectionProperties,
String^ projectUri
)
[<WebMethodAttribute>]
member QueueDeleteProject :
collectionProperties:TeamProjectCollectionProperties *
projectUri:string -> ServicingJobDetail
public function QueueDeleteProject(
collectionProperties : TeamProjectCollectionProperties,
projectUri : String
) : ServicingJobDetail
Parameters
- collectionProperties
Type: Microsoft.TeamFoundation.Framework.Server.TeamProjectCollectionProperties
- projectUri
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.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.