Touchstone 11.0 API Reference
ValidateExposure Method


Air.Services.Proxy Assembly > (Global) Namespace > ExposureManagementServiceClient Class : ValidateExposure Method
Contains a ValidateExposureRequest that identifies the contract to validate, as well as the Touchstone-generated Business Unit SID and SQL Instance SID to associate with the locations.
Validates a Touchstone® contract.
Syntax
Public Function ValidateExposure( _
   ByVal request As ValidateExposureRequest _
) As ValidateExposureResponse
Dim instance As ExposureManagementServiceClient
Dim request As ValidateExposureRequest
Dim value As ValidateExposureResponse
 
value = instance.ValidateExposure(request)

Parameters

request
Contains a ValidateExposureRequest that identifies the contract to validate, as well as the Touchstone-generated Business Unit SID and SQL Instance SID to associate with the locations.

Return Value

A ValidateExposureResponse containing the ContractValidationOutput object, which details any errors associated with the contract.

You can use the information to correct the contract data before you import it.

.
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.

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

ExposureManagementServiceClient Class
ExposureManagementServiceClient Members