ProjectHttpClient.QueueDeleteProject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| QueueDeleteProject(Guid, Object) |
Queue a project deletion. |
| QueueDeleteProject(Guid, Boolean, Object) |
QueueDeleteProject(Guid, Object)
Queue a project deletion.
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.Operations.OperationReference> QueueDeleteProject(Guid projectId, object userState = null);
member this.QueueDeleteProject : Guid * obj -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.Operations.OperationReference>
Public Function QueueDeleteProject (projectId As Guid, Optional userState As Object = null) As Task(Of OperationReference)
Parameters
- projectId
- Guid
The project id of the project to delete.
- userState
- Object
Returns
Reference to the delete operation.
Applies to
QueueDeleteProject(Guid, Boolean, Object)
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.Operations.OperationReference> QueueDeleteProject(Guid projectId, bool hardDelete, object userState = null);
member this.QueueDeleteProject : Guid * bool * obj -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.Operations.OperationReference>
Public Function QueueDeleteProject (projectId As Guid, hardDelete As Boolean, Optional userState As Object = null) As Task(Of OperationReference)
Parameters
- projectId
- Guid
- hardDelete
- Boolean
- userState
- Object