Public Function SubmitCsvExposureExport( _ ByVal request As SubmitCsvExposureExportRequest _ ) As SubmitCsvExposureExportResponse
Dim instance As DataExportServiceClient Dim request As SubmitCsvExposureExportRequest Dim value As SubmitCsvExposureExportResponse value = instance.SubmitCsvExposureExport(request)
public SubmitCsvExposureExportResponse SubmitCsvExposureExport( SubmitCsvExposureExportRequest request )
Parameters
- request
- Contains a SubmitCsvExposureExportRequest that identifies the CSV Export Options that specify which exposure data you want to export and the folder and file to which you want to export this data, along with the associated Business Unit SID and SQL Instance SID.
Return Value
A SubmitCsvExposureExportResponse containing the Activity SID that uniquely identifies the asynchronous web service call that you made to submit the specified exposure data export request.