Click or drag to resize
LegacyTelogisServiceListFleetUnits Method
Print this page
Get a number of Units (typically vehicles) from the specified Fleet .

Namespace: Telogis.API
 
Syntax
public Unit[] ListFleetUnits(
	long fleetId,
	int offset,
	int count
)

Parameters

fleetId
Type: SystemInt64
ID of the fleet
offset
Type: SystemInt32
Starting offset
count
Type: SystemInt32
Maximum number of units to return

Return Value

Type: Unit
An array of Unit objects, where each unit belongs to the specified fleet.
See Also