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