Metoda TeamFoundationTracingService.TraceProvider.TraceActivityLog —
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
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
)
Parametry
- hostId
Typ: System.Guid
- contextId
Typ: System.Int64
- application
Typ: System.String
- command
Typ: System.String
- status
Typ: System.Int32
- executionCount
Typ: System.Int32
- startTime
Typ: System.DateTime
- executionTime
Typ: System.Int64
- identityName
Typ: System.String
- ipAddress
Typ: System.String
- uniqueIdentifier
Typ: System.Guid
- userAgent
Typ: System.String
- commandIdentifier
Typ: System.String
- exceptionType
Typ: System.String
- exceptionMessage
Typ: System.String
- activityId
Typ: System.Guid
Wartość zwracana
Typ: System.Boolean
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..