Click or drag to resize

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)
Syntax
public void ExportVehicleEvents_Complete(
	string authenticationKey,
	IList<int> vehicleEventIds
)

Parameters

authenticationKey
Type: SystemString
Access Authentication Key
vehicleEventIds
Type: System.Collections.GenericIListInt32
The vehicle event ids.
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also