Touchstone Re 2023 API Reference
GetHazardAnalysisTemplates Method


Air.Services.Proxy Assembly > (Global) Namespace > ObjectManagementServiceClient Class : GetHazardAnalysisTemplates Method
Contains a GetHazardAnalysisTemplatesRequest that identifies the Business Unit SID and SQL Instance SID associated with the templates to retrieve.
Retrieves a set of Hazard Analysis Templates.

You can manage Hazard Analysis Templates only from the Touchstone Administration Console.

Syntax
Public Function GetHazardAnalysisTemplates( _
   ByVal request As GetHazardAnalysisTemplatesRequest _
) As GetHazardAnalysisTemplatesResponse
Dim instance As ObjectManagementServiceClient
Dim request As GetHazardAnalysisTemplatesRequest
Dim value As GetHazardAnalysisTemplatesResponse
 
value = instance.GetHazardAnalysisTemplates(request)
public GetHazardAnalysisTemplatesResponse GetHazardAnalysisTemplates( 
   GetHazardAnalysisTemplatesRequest request
)

Parameters

request
Contains a GetHazardAnalysisTemplatesRequest that identifies the Business Unit SID and SQL Instance SID associated with the templates to retrieve.

Return Value

A GetHazardAnalysisTemplatesResponse containing a list of Hazard Analysis Templates in the specified 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 Server Instance SID to pass into this method, call the GetSqlInstances() 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

ObjectManagementServiceClient Class
ObjectManagementServiceClient Members