ActivityLogEntry 类

继承层次结构

System.Object
  Microsoft.TeamFoundation.Framework.Server.ActivityLogEntry

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public NotInheritable Class ActivityLogEntry
public sealed class ActivityLogEntry

ActivityLogEntry 类型公开以下成员。

构造函数

  名称 说明
公共方法 ActivityLogEntry

页首

属性

  名称 说明
公共属性 AgentId 唯一标识应用程序和特定客户端的 AgentId
公共属性 Application 应用程序命令的命名部件生成。
公共属性 AuthenticationType
公共属性 Command 已执行的命令
公共属性 CommandId
公共属性 CommandIdentifier 命令的 CommandIdentifier
公共属性 ExecutionCount ExecutionCount
公共属性 ExecutionTime 量的命令时可以执行
公共属性 IdentityName 谁执行该命令
公共属性 IpAddress IP 地址命令来自何处
公共属性 Parameters 参数使用了 durign 命令执行
公共属性 StartTime 开始的日期时间命令
公共属性 Status 命令执行的状态
公共属性 UniqueIdentifier 谁的 UniqueIdentifier 启动该命令
公共属性 UserAgent UserAgent 命令来自何处

页首

方法

  名称 说明
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.TeamFoundation.Framework.Server 命名空间