Touchstone 11.0 API Reference
GetLossGroupAnalyses Method


Air.Services.Proxy Assembly > (Global) Namespace > LossGroupingAnalysisServiceClient Class : GetLossGroupAnalyses Method
Contains a GetLossGroupAnalysesRequest that identifies the Touchstone-generated Business Unit Sequential Identifier (SID), SQL Instance SID, and Project SID associated with the list of Loss Group Analyses to retrieve.
Retrieves all Touchstone® Loss Group Analyses in a given Project, Business Unit, and SQL Server Instance.
Syntax
Public Function GetLossGroupAnalyses( _
   ByVal request As GetLossGroupAnalysesRequest _
) As GetLossGroupAnalysesResponse
Dim instance As LossGroupingAnalysisServiceClient
Dim request As GetLossGroupAnalysesRequest
Dim value As GetLossGroupAnalysesResponse
 
value = instance.GetLossGroupAnalyses(request)

Parameters

request
Contains a GetLossGroupAnalysesRequest that identifies the Touchstone-generated Business Unit Sequential Identifier (SID), SQL Instance SID, and Project SID associated with the list of Loss Group Analyses to retrieve.

Return Value

A GetLossGroupAnalysesResponse containing a list of Loss Group Analyses in the specified Project, Business Unit, and SQL Server Instance.
Remarks
To find the Business Unit SID to pass into this method, call the GetBusinessUnits() method.

To find the SQL Instance SID to pass into this method, call the GetSqlInstances() method.

To find the Project SID to pass into this method, call the GetProjects() method.

For information about submitting a new Loss Group Analysis job, see the SubmitLossGroupingAnalysis() method.

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

LossGroupingAnalysisServiceClient Class
LossGroupingAnalysisServiceClient Members