共用方式為


SPRoundRobinServiceLoadBalancer class

這個類別會提供它所連接的服務應用程式的所有執行個體的循環配置資源負載平衡演算法。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPServiceLoadBalancer
      Microsoft.SharePoint.SPRoundRobinServiceLoadBalancer

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public NotInheritable Class SPRoundRobinServiceLoadBalancer _
    Inherits SPServiceLoadBalancer
'用途
Dim instance As SPRoundRobinServiceLoadBalancer
public sealed class SPRoundRobinServiceLoadBalancer : SPServiceLoadBalancer

備註

服務應用程式的地址會快取本機的組態資料庫中。這個類別會維護該本機組態資料庫中,於記憶體中快取,並從該清單會傳回下一步的 「 良好 」 位址。當作業失敗時使用的位址時,位址是標示為 「 失敗 」 一段可設定的時間,並採取出輪替作業外。

有一個每個服務應用程式,每個處理序的這個類別的執行個體。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPRoundRobinServiceLoadBalancer members

Microsoft.SharePoint namespace