TeamFoundationJobReportingService.GetAgentInformation, méthode
Obtenez des informations d'agent pour l'agent qui a exécuté ce job.
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
Public Function GetAgentInformation ( _
requestContext As TeamFoundationRequestContext, _
agentId As Guid _
) As TeamFoundationServiceHostProcess
public TeamFoundationServiceHostProcess GetAgentInformation(
TeamFoundationRequestContext requestContext,
Guid agentId
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- agentId
Type : System.Guid
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceHostProcess
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.