Touchstone Re 2023 API Reference
GetAnalyzeReAggregateLossResults Method


Air.Services.Proxy Assembly > (Global) Namespace > DataExportServiceClient Class : GetAnalyzeReAggregateLossResults Method
Contains a GetAnalyzeReAggregateLossResultsRequest that identifies the Business Unit SID and SQL Instance SID, associated with the list of results to retrieve.
Retrieves a list of the Touchstone Re ™ program aggregate loss analysis results that you can subsequently export to the Analyze Re application from a given Business Unit and SQL Server Instance.

If you license the Analyze Re features in Touchstone Re, AIR sets up the connection between the applications.

The application returns only results for analyses that included:

The application does not return results for analyses that failed or that a user canceled or deleted.

You can subsequently export returned results using the SubmitUploadProgramAggregateLossResultToAnalyzeRe() method.

Syntax
Public Function GetAnalyzeReAggregateLossResults( _
   ByVal request As GetAnalyzeReAggregateLossResultsRequest _
) As GetAnalyzeReAggregateLossResultsResponse
Dim instance As DataExportServiceClient
Dim request As GetAnalyzeReAggregateLossResultsRequest
Dim value As GetAnalyzeReAggregateLossResultsResponse
 
value = instance.GetAnalyzeReAggregateLossResults(request)

Parameters

request
Contains a GetAnalyzeReAggregateLossResultsRequest that identifies the Business Unit SID and SQL Instance SID, associated with the list of results to retrieve.

Return Value

A GetAnalyzeReAggregateLossResultsResponse that contains a list of eligible results in the specified SQL Server Instance and Business Unit.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataExportServiceClient Class
DataExportServiceClient Members