Public Function GetCustomBoundaryResults( _ ByVal request As GetCustomBoundaryResultsRequest _ ) As GetCustomBoundaryResultsResponse
Dim instance As ExposureConcentrationAnalysisServiceClient Dim request As GetCustomBoundaryResultsRequest Dim value As GetCustomBoundaryResultsResponse value = instance.GetCustomBoundaryResults(request)
public GetCustomBoundaryResultsResponse GetCustomBoundaryResults( GetCustomBoundaryResultsRequest request )
Parameters
- request
- Contains a GetCustomBoundaryResultsRequest that identifies the Business Unit SID, SQL Instance SID, Analysis SID for which you want to retrieve results, AIR.Services.ExposureConcentrationAnalysis.Data.ResultsSortingInfo, and AIR.Services.Common.Data.PagingInfo.
You can configure the sorting and paging of results records.
Return Value
A GetCustomBoundaryResultsResponse containing the BoundaryResults associated with the Analysis SID specified in the request job.