ProcessConfigurationService 类

继承层次结构

System.Object
  Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase
    Microsoft.TeamFoundation.Client.Channels.TfsHttpClient
      Microsoft.TeamFoundation.ProcessConfiguration.Client.ProcessConfigurationService

命名空间:  Microsoft.TeamFoundation.ProcessConfiguration.Client
程序集:  Microsoft.TeamFoundation.ProjectManagement(在 Microsoft.TeamFoundation.ProjectManagement.dll 中)

语法

声明
Public Class ProcessConfigurationService _
    Inherits TfsHttpClient
public class ProcessConfigurationService : TfsHttpClient

ProcessConfigurationService 类型公开以下成员。

构造函数

  名称 说明
公共方法 ProcessConfigurationService

页首

属性

  名称 说明
受保护的属性 Channel (继承自 TfsHttpClientBase。)
受保护的属性 CollectionServiceIdentifier (重写 TfsHttpClient.CollectionServiceIdentifier。)
受保护的属性 ComponentName (重写 TfsHttpClientBase.ComponentName。)
受保护的属性 ConfigurationServiceIdentifier (继承自 TfsHttpClient。)
公共属性 Connection (继承自 TfsHttpClient。)
公共属性 Credentials (继承自 TfsHttpClientBase。)
公共属性 Culture (继承自 TfsHttpClientBase。)
受保护的属性 GetAgileConfigurationOperation
受保护的属性 GetCommonConfigurationOperation
公共属性 Headers (继承自 TfsHttpClientBase。)
公共属性 RemoteServerName (继承自 TfsHttpClientBase。)
受保护的属性 ServiceType (重写 TfsHttpClient.ServiceType。)
公共属性 SessionId (继承自 TfsHttpClientBase。)
受保护的属性 SetAgileConfigurationOperation
受保护的属性 SetCommonConfigurationOperation
公共属性 Settings (继承自 TfsHttpClientBase。)
公共属性 State (继承自 TfsHttpClientBase。)
受保护的属性 ThisLock (继承自 TfsHttpClientBase。)
公共属性 Url (继承自 TfsHttpClientBase。)
受保护的属性 ValidateAgileConfigurationOperation
受保护的属性 ValidateCommonConfigurationOperation

页首

方法

  名称 说明
公共方法 Abort (继承自 TfsHttpClientBase。)
公共方法 AddMessageHeader (继承自 TfsHttpClientBase。)
受保护的方法 ApplyCustomSettings (继承自 TfsHttpClientBase。)
受保护的方法 BeginInvoke(TfsClientOperation, array<Object[], AsyncCallback, Object) (继承自 TfsHttpClientBase。)
受保护的方法 BeginInvoke(TfsClientOperation, array<Object[], TimeSpan, AsyncCallback, Object) (继承自 TfsHttpClientBase。)
受保护的方法 ConvertException (继承自 TfsHttpClientBase。)
受保护的方法 CreateMessageEncoder (继承自 TfsHttpClientBase。)
受保护的方法 EndInvoke(IAsyncResult) (继承自 TfsHttpClientBase。)
受保护的方法 EndInvoke(array<Object[]%, IAsyncResult) (继承自 TfsHttpClientBase。)
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetAgileConfiguration
公共方法 GetCommonConfiguration
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetService(Type) (继承自 TfsHttpClient。)
公共方法 GetService<T>() (继承自 TfsHttpClientBase。)
受保护的方法 GetServiceLocation() (继承自 TfsHttpClient。)
受保护的方法 GetServiceLocation(String, Guid) (继承自 TfsHttpClient。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 Invoke(TfsClientOperation, array<Object[]) (继承自 TfsHttpClientBase。)
受保护的方法 Invoke(TfsClientOperation, array<Object[], array<Object[]%) (继承自 TfsHttpClientBase。)
受保护的方法 Invoke(TfsClientOperation, array<Object[], TimeSpan, array<Object[]%) (继承自 TfsHttpClientBase。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
受保护的方法 OnAfterReceiveReply (继承自 TfsHttpClient。)
受保护的方法 OnBeforeSendRequest (继承自 TfsHttpClient。)
受保护的方法 OnBeginRequest (继承自 TfsHttpClientBase。)
受保护的方法 OnCreateChannel (继承自 TfsHttpClient。)
受保护的方法 OnEndRequest (继承自 TfsHttpClient。)
公共方法 Open() (继承自 TfsHttpClientBase。)
公共方法 Open(TimeSpan) (继承自 TfsHttpClientBase。)
公共方法 SetAgileConfiguration
公共方法 SetCommonConfiguration
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)
受保护的方法 TryGetServiceLocation (继承自 TfsHttpClient。)
公共方法 ValidateAgileConfiguration
公共方法 ValidateCommonConfiguration

页首

显式接口实现

  名称 说明
显式接口实现私有方法 ITfsRequestListener.AfterReceiveReply (继承自 TfsHttpClientBase。)
显式接口实现私有方法 ITfsRequestListener.BeforeSendRequest (继承自 TfsHttpClientBase。)
显式接口实现私有方法 ITfsRequestListener.BeginRequest (继承自 TfsHttpClientBase。)
显式接口实现私有方法 ITfsRequestListener.EndRequest (继承自 TfsHttpClientBase。)

页首

线程安全

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

请参见

参考

Microsoft.TeamFoundation.ProcessConfiguration.Client 命名空间