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
Public method ActivityLogEntry

Top

Properties

  Name Description
Public property Application Name part of application command is generated from
Public property AuthenticationType
Public property Command Command being executed
Public property CommandId
Public property CommandIdentifier CommandIdentifier for command
Public property ExecutionCount ExecutionCount
Public property ExecutionTime Amount of time for command to execute
Public property IdentityName Who executed command
Public property IpAddress IpAddress where command came from
Public property Parameters Parameters used durign command execution
Public property StartTime DateTime command started
Public property Status Status of command execution
Public property UniqueIdentifier UniqueIdentifier of who started the command
Public property UserAgent UserAgent of where command came from

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace