ITookanGetJobAndAgentDetails Method |
Get the job and agent details related to a team.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax TookanJobAndAgentDetailsResponse GetJobAndAgentDetails(
int teamId,
DateTime date
)
Function GetJobAndAgentDetails (
teamId As Integer,
date As DateTime
) As TookanJobAndAgentDetailsResponse
Parameters
- teamId
- Type: SystemInt32
The team ID. - date
- Type: SystemDateTime
The date.
Return Value
Type:
TookanJobAndAgentDetailsResponseThe response object.
See Also