共用方式為


TeamFoundationRequestInformation 類別

表示有關 Team Foundation 要求的其他資訊。

繼承階層架構

System.Object
  Microsoft.TeamFoundation.Framework.Client.TeamFoundationRequestInformation

命名空間:  Microsoft.TeamFoundation.Framework.Client
組件:  Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)

語法

'宣告
Public NotInheritable Class TeamFoundationRequestInformation
public sealed class TeamFoundationRequestInformation

TeamFoundationRequestInformation 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 ExecutionTime 取得代表要求的執行階段 TimeSpan 物件。
公用屬性 MethodName 取得將這需要方法的名稱。
公用屬性 Parameters 取得參數的集合此要求的。
公用屬性 Queued 取得旗標狀態這個需求佇列。
公用屬性 QueuedTime 取得這個要求加入佇列的時間。
公用屬性 RemoteComputer 取得將這需要遠端電腦的名稱。
公用屬性 RemotePort 取得遠端通訊埠。
公用屬性 RequestId 取得要求 ID.
公用屬性 StartTime 取得要求的開始時間。
公用屬性 UserAgent
公用屬性 UserDescriptor 取得做這個宣告識別的識別描述項。
公用屬性 UserName 取得與這個要求的使用者。

回頁首

方法

  名稱 說明
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
公用方法靜態成員 FromXml
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 ToString 建立陳述式執行個體屬性的使用者可讀取的 (Human-Readable) 字串。 (覆寫 Object.ToString()。)
公用方法 ToXml(XmlWriter, String)
公用方法靜態成員 ToXml(XmlWriter, String, TeamFoundationRequestInformation)

回頁首

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.TeamFoundation.Framework.Client 命名空間