SyncService4 類別
繼承階層架構
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices.TeamFoundationWebService
Microsoft.TeamFoundation.Integration.Server.IntegrationWebService
Microsoft.TeamFoundation.Integration.Server.SyncService
Microsoft.TeamFoundation.Integration.Server.SyncService4
命名空間: Microsoft.TeamFoundation.Integration.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
<ProxyParentClassAttribute("SyncService", IgnoreInheritedMethods := True)> _
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/SyncService/03", _
Description := "Team Foundation Sync web service")> _
<ClientServiceAttribute(ComponentName := "vstfs", ServiceName := "SyncService4", _
CollectionServiceIdentifier := "3B4C924F-113E-41C7-AF6A-3B75D165C636")> _
Public Class SyncService4 _
Inherits SyncService
[ProxyParentClassAttribute("SyncService", IgnoreInheritedMethods = true)]
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/SyncService/03",
Description = "Team Foundation Sync web service")]
[ClientServiceAttribute(ComponentName = "vstfs", ServiceName = "SyncService4",
CollectionServiceIdentifier = "3B4C924F-113E-41C7-AF6A-3B75D165C636")]
public class SyncService4 : SyncService
SyncService4 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
![]() |
SyncService4 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Application | 取得目前 HTTP 要求的應用程式物件。 (繼承自 WebService)。 |
![]() |
Container | 取得元件的容器。 (繼承自 MarshalByValueComponent)。 |
![]() |
Context | 取得目前要求的 ASP.NET HttpContext 將 HTTP 伺服器使用的所有 HTTP 特定內容封裝,以便處理 Web 要求。 (繼承自 WebService)。 |
![]() |
DesignMode | 取得值,表示元件目前是否處於設計模式。 (繼承自 MarshalByValueComponent)。 |
![]() |
Events | 取得附加在這個元件上的事件處理常式清單。 (繼承自 MarshalByValueComponent)。 |
![]() |
RequestContext | (繼承自 TeamFoundationWebService)。 |
![]() |
Server | 取得目前要求的 HttpServerUtility。 (繼承自 WebService)。 |
![]() |
Session | 取得目前要求的 HttpSessionState。 (繼承自 WebService)。 |
![]() |
Site | 取得或設定元件的站台。 (繼承自 MarshalByValueComponent)。 |
![]() |
SoapVersion | 取得向 XML Web Service 提出 SOAP 要求時所使用的 SOAP 通訊協定版本。 (繼承自 WebService)。 |
![]() |
User | 取得 ASP.NET 伺服器 User 物件。可用來驗證是否授權使用者執行要求。 (繼承自 WebService)。 |
![]() |
Version | (覆寫 SyncService.Version。) |
回頁首
方法
回頁首
事件
名稱 | 說明 | |
---|---|---|
![]() |
Disposed | 加入事件處理常式來接聽 (Listen) 元件上的 Disposed 事件。 (繼承自 MarshalByValueComponent)。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。