 | LiftEventServiceExportPictureEvents_Complete Method |
Called when the client successfully receives the PictureEvent data.
Namespace:
AMCS.Elemos.IntegrationService.Services.Vehicle
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void ExportPictureEvents_Complete(
string authenticationKey,
IList<int> pictureEventIds
)
Public Sub ExportPictureEvents_Complete (
authenticationKey As String,
pictureEventIds As IList(Of Integer)
)
Parameters
- authenticationKey
- Type: SystemString
- pictureEventIds
- Type: System.Collections.GenericIListInt32
List of PictureEvent Ids.
Exceptions
See Also