TeamFoundationTracingService.TraceProvider.TraceActivityLog, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Function TraceActivityLog ( _
hostId As Guid, _
contextId As Long, _
application As String, _
command As String, _
status As Integer, _
executionCount As Integer, _
startTime As DateTime, _
executionTime As Long, _
identityName As String, _
ipAddress As String, _
uniqueIdentifier As Guid, _
userAgent As String, _
commandIdentifier As String, _
exceptionType As String, _
exceptionMessage As String, _
activityId As Guid _
) As Boolean
public bool TraceActivityLog(
Guid hostId,
long contextId,
string application,
string command,
int status,
int executionCount,
DateTime startTime,
long executionTime,
string identityName,
string ipAddress,
Guid uniqueIdentifier,
string userAgent,
string commandIdentifier,
string exceptionType,
string exceptionMessage,
Guid activityId
)
Paramètres
- hostId
Type : System.Guid
- contextId
Type : System.Int64
- application
Type : System.String
- command
Type : System.String
- status
Type : System.Int32
- executionCount
Type : System.Int32
- startTime
Type : System.DateTime
- executionTime
Type : System.Int64
- identityName
Type : System.String
- ipAddress
Type : System.String
- uniqueIdentifier
Type : System.Guid
- userAgent
Type : System.String
- commandIdentifier
Type : System.String
- exceptionType
Type : System.String
- exceptionMessage
Type : System.String
- activityId
Type : System.Guid
Valeur de retour
Type : System.Boolean
retourne Boolean ;
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.