Click or drag to resize

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
)

Parameters

teamId
Type: SystemInt32
The team ID.
date
Type: SystemDateTime
The date.

Return Value

Type: TookanJobAndAgentDetailsResponse
The response object.
See Also