Click or drag to resize
LegacyTelogisServiceAssignDriver Method
Print this page
Assign a driver to a unit (typically a vehicle).

Namespace: Telogis.API
 
Syntax
public void AssignDriver(
	long unitId,
	long driverId
)

Parameters

unitId
Type: SystemInt64
ID of the unit
driverId
Type: SystemInt64
ID of the driver
See Also