Click or drag to resize

VehicleServiceLogANPREvent Method

Logs the anpr event.

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 LogANPREvent(
	string authenticationKey,
	ANPREventPartialEntity anprEvent
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
anprEvent
Type: AMCS.Elemos.IntegrationService.Entity.VehicleANPREventPartialEntity
The anpr event.
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also