Touchstone Re 2023 API Reference
ActivitySid Property (SubmitExportPortfolioDlfCsvResponse)


Air.Services.Proxy Assembly > AIR.Services.DataExport.Api Namespace > SubmitExportPortfolioDlfCsvResponse Class : ActivitySid Property
Contains the software-generated activity sequential identifier (SID) that uniquely identifies the asynchronous web service call that you made to initiate the export job.
Syntax
Public Property ActivitySid As Integer
Dim instance As SubmitExportPortfolioDlfCsvResponse
Dim value As Integer
 
instance.ActivitySid = value
 
value = instance.ActivitySid
public int ActivitySid {get; set;}
Remarks
You can use the GetActivity() method to retrieve the status of the Activity and the GetFile() method to retrieve any log data associated with the Activity.
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

SubmitExportPortfolioDlfCsvResponse Class
SubmitExportPortfolioDlfCsvResponse Members