This documentation is archived and is not being maintained.
ActivityLogEntry Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The ActivityLogEntry type exposes the following members.
| 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 |
| 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.) |
Show:
