Click or drag to resize
LegacyTelogisServiceGetFleet Method
Print this page
Get a Fleet, specified by ID.

Namespace: Telogis.API
 
Syntax
public Fleet GetFleet(
	long id
)

Parameters

id
Type: SystemInt64
ID of the Fleet. An exception will be thrown if this ID is invalid or you are not authorized to view the Fleet.

Return Value

Type: Fleet
The Fleet object with the given ID
See Also