Click or drag to resize

VehicleEventServiceExportVehicleEventsByType Method

Exports Vehicle Events By Event Type

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 IEnumerable<VehicleEventEntity> ExportVehicleEventsByType(
	string authenticationKey,
	int vehicleEventTypeId,
	Nullable<int> companyOutletId = null,
	Nullable<int> vehicleEventTimeout = 30
)

Parameters

authenticationKey
Type: SystemString
Authenitcation Key
vehicleEventTypeId
Type: SystemInt32
Vehicle Event Type Id
companyOutletId (Optional)
Type: SystemNullableInt32
(Optional) Company Outlet Id
vehicleEventTimeout (Optional)
Type: SystemNullableInt32
(Optional) Minimum Age of VehicleEvent in Minutes from Now

Return Value

Type: IEnumerableVehicleEventEntity
See Also