Click or drag to resize

EventServiceExportRoadBlockages Method

Gets the list of RoadBlock Events based on the ScheduleId provided

Namespace:  AMCS.Elemos.IntegrationService.Services.Events
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RoadBlockageResultEntity ExportRoadBlockages(
	string authenticationKey,
	RoadBlockageSearchEntity roadBlockageSearchEntity
)

Parameters

authenticationKey
Type: SystemString
roadBlockageSearchEntity
Type: AMCS.Elemos.IntegrationService.Entity.VehicleRoadBlockageSearchEntity

Return Value

Type: RoadBlockageResultEntity
Returns a RoadBlockageResultEntity
Exceptions
ExceptionCondition
FaultException FaultCode - GetRoadBlockagesNoSchedule
See Also