Click or drag to resize
LegacyTelogisServiceRemoveDriverFromTeam Method
Print this page
Remove the given Driver from the given Team . A Team is a collection of drivers.

Namespace: Telogis.API
 
Syntax
public void RemoveDriverFromTeam(
	long teamId,
	long driverId
)

Parameters

teamId
Type: SystemInt64
ID of the Team
driverId
Type: SystemInt64
ID of the Driver
See Also