ActivityLogEntry Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.ActivityLogEntry
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public NotInheritable Class ActivityLogEntry
public sealed class ActivityLogEntry
public ref class ActivityLogEntry sealed
[<Sealed>]
type ActivityLogEntry = class end
public final class ActivityLogEntry
The ActivityLogEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ActivityLogEntry |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AgentId | AgentId which uniquely identifies the application and the specific client machine |
![]() |
Application | Name part of application command is generated from |
![]() |
AuthenticationType | |
![]() |
Command | Command being executed |
![]() |
CommandId | |
![]() |
CommandIdentifier | CommandIdentifier for command |
![]() |
ExecutionCount | ExecutionCount |
![]() |
ExecutionTime | Amount of time for command to execute |
![]() |
IdentityName | Who executed command |
![]() |
IpAddress | IpAddress where command came from |
![]() |
Parameters | Parameters used durign command execution |
![]() |
StartTime | DateTime command started |
![]() |
Status | Status of command execution |
![]() |
UniqueIdentifier | UniqueIdentifier of who started the command |
![]() |
UserAgent | UserAgent of where command came from |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.