 | VehicleEventServiceExportVehicleEvents_Complete Method |
Called when the client successfully receives the vehicle event 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 ExportVehicleEvents_Complete(
string authenticationKey,
IList<int> vehicleEventIds
)
Public Sub ExportVehicleEvents_Complete (
authenticationKey As String,
vehicleEventIds As IList(Of Integer)
)
Parameters
- authenticationKey
- Type: SystemString
Access Authentication Key - vehicleEventIds
- Type: System.Collections.GenericIListInt32
The vehicle event ids.
Exceptions
See Also