 | 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)
Syntaxpublic IEnumerable<VehicleEventEntity> ExportVehicleEventsByType(
string authenticationKey,
int vehicleEventTypeId,
Nullable<int> companyOutletId = null,
Nullable<int> vehicleEventTimeout = 30
)
Public Function ExportVehicleEventsByType (
authenticationKey As String,
vehicleEventTypeId As Integer,
Optional companyOutletId As Nullable(Of Integer) = Nothing,
Optional vehicleEventTimeout As Nullable(Of Integer) = 30
) As IEnumerable(Of VehicleEventEntity)
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