TeamProjectCollectionWebService.QueueDeleteProject Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<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.
See Also
Reference
TeamProjectCollectionWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace