Click or drag to resize
LegacyTelogisServiceListExpandedExceptions2 Method
Print this page
Displays the expanded exceptions from the newest exception engine as well as the legacy exception engine that started (TimeOn) or ended (TimeOff) during the specified date/time period.

Namespace: Telogis.API
 
Syntax
public ExpandedException2[] ListExpandedExceptions2(
	DateTime start,
	DateTime end
)

Parameters

start
Type: SystemDateTime
Start time (local time)
end
Type: SystemDateTime
End time (local time)

Return Value

Type: ExpandedException2
An array of ExpandedException2 objects representing exceptions that started or ended in the given time period. The most recent exception is returned last. Note that the exceptions returned can either be from the newest exception engine or the legacy exception engine.
See Also