Public Function SubmitDeleteProject( _ ByVal request As SubmitDeleteProjectRequest _ ) As SubmitDeleteProjectResponse
Dim instance As ProjectManagementServiceClient Dim request As SubmitDeleteProjectRequest Dim value As SubmitDeleteProjectResponse value = instance.SubmitDeleteProject(request)
public SubmitDeleteProjectResponse SubmitDeleteProject( SubmitDeleteProjectRequest request )
Parameters
- request
- Contains a SubmitDeleteProjectRequest that identifies the Touchstone-generated Project Sequential Identifier (SID) of the Project that you want to delete, along with the associated Business Unit SID and SQL Instance SID.
Return Value
A SubmitDeleteProjectResponse containing the Activity SID that uniquely identifies the asynchronous web service call that you made to delete the specified Project that contained exposure data. If the Project that you specified for deletion did not contain any exposure data, the deletion occurs without the use of HPC. In this case, the Activity SID is
0
.