ITookanGetAgentLocation Method |
Returns agent location
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax TookanGetAgentLocationResponse GetAgentLocation(
int fleetId
)
Function GetAgentLocation (
fleetId As Integer
) As TookanGetAgentLocationResponse
Parameters
- fleetId
- Type: SystemInt32
Agent Id of your agent. You will get this from agent list in dashboard.
Return Value
Type:
TookanGetAgentLocationResponseThe response object.
See Also