共用方式為


SPServiceLoadBalancer members

Include protected members
Include inherited members

執行階段負載平衡器上的 Web 前端的實作抽象基底類別。實作SPServiceLoadBalancer的任何類別應該提供跨服務類別所連接的伺服器陣列中的所有地址的負載平衡支援。

The SPServiceLoadBalancer type exposes the following members.

Constructors

  Name Description
Public method SPServiceLoadBalancer() 這個建構函式會隱含呼叫衍生類別的預設建構函式。明確呼叫這個建構函式不正確地初始化的物件。
Protected method SPServiceLoadBalancer(Uri) 初始化使用統一資源識別元 (URI) 的SPServiceLoadBalancer類別的新執行個體。

Top

Properties

  Name Description
Protected property EndpointAddresses 從本機組態資料庫中尋找端點位址的列舉型別。
Protected property Provisioned 取得旗標,表示是否已佈建此負載平衡器。
Protected property Uri 取得用來建構負載平衡器的 URI。

Top

Methods

  Name Description
Public method BeginOperation 開始新的負載平衡作業。若要執行任何作業開始之前所需的初始設定會覆寫。
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization 每當目前的物件會載入記憶體中目前的處理序呼叫。 (Overrides SPAutoSerializingObject.OnDeserialization().)
Protected method OnEndpointAddressesChanged 端點位址中保存,每當呼叫至非項目存在於負載平衡器物件初始化時的版本更新存放區。
Public method Provision 規定之負載平衡器的啟動載入物件用來將服務地址儲存在本機的組態資料庫。這個方法的實作需要有這個 URI 為拓樸服務感知的 URI。覆寫這個方法,以提供您自己的實作,來啟動服務位址,從父陣列。
Public method ToString (Inherited from Object.)
Public method Unprovision 取消提供負載平衡器,從組態資料庫中移除服務位址的本機快取。覆寫這個方法,以提供您自己的實作,來啟動服務位址,從父陣列。

Top

請參閱

參照

SPServiceLoadBalancer class

Microsoft.SharePoint namespace