Public Function SubmitDeleteCompany( _ ByVal request As SubmitDeleteCompanyRequest _ ) As SubmitDeleteCompanyResponse
Dim instance As CompanyManagementServiceClient Dim request As SubmitDeleteCompanyRequest Dim value As SubmitDeleteCompanyResponse value = instance.SubmitDeleteCompany(request)
public SubmitDeleteCompanyResponse SubmitDeleteCompany( SubmitDeleteCompanyRequest request )
Parameters
- request
- Contains a SubmitDeleteCompanyRequest that identifies the software-generated sequential identifier (SID) that uniquely identifies the reinsurance company to delete, as well as the Business Unit SID and SQL Instance SID associated with the company.
Return Value
A SubmitDeleteCompanyResponse that contains the Activity SID that uniquely identifies the asynchronous web service call that you made to submit the delete job.