Public Function SubmitGeocodeExposureView( _ ByVal request As SubmitGeocodeExposureViewRequest _ ) As SubmitGeocodeExposureViewResponse
Dim instance As ExposureManagementServiceClient Dim request As SubmitGeocodeExposureViewRequest Dim value As SubmitGeocodeExposureViewResponse value = instance.SubmitGeocodeExposureView(request)
public SubmitGeocodeExposureViewResponse SubmitGeocodeExposureView( SubmitGeocodeExposureViewRequest request )
Parameters
- request
- Contains a SubmitGeocodeExposureViewRequest that identifies the Exposure View Sequential Identifier (SID) for the Exposure View that you want to geocode, along with the associated Business Unit SID and SQL Instance SID.
Return Value
A SubmitGeocodeExposureViewResponse containing the Status of the geocoding activity, as well as the Activity SID that uniquely identifies the asynchronous web service call that you made to geocode the exposure view.