Public Function SubmitDeleteExposureView( _ ByVal request As SubmitDeleteExposureViewRequest _ ) As SubmitDeleteExposureViewResponse
Dim instance As ProjectManagementServiceClient Dim request As SubmitDeleteExposureViewRequest Dim value As SubmitDeleteExposureViewResponse value = instance.SubmitDeleteExposureView(request)
public SubmitDeleteExposureViewResponse SubmitDeleteExposureView( SubmitDeleteExposureViewRequest request )
Parameters
- request
- Contains a SubmitDeleteExposureViewRequest that identifies the Touchstone-generated Exposure View Sequential Identifier (SID) of the Exposure View that you want to delete, along with the associated Business Unit SID and SQL Instance SID.
Return Value
A SubmitDeleteExposureViewResponse containing the Activity SID that uniquely identifies the asynchronous web service call that you made to delete the specified Exposure View.