LoadBalancer class

Defines a load balancer for worker applications.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPServiceLoadBalancer
      Microsoft.Office.ConversionServices.Service.LoadBalancer
        Microsoft.Office.TranslationServices.LoadBalancer

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

'Declaration
<GuidAttribute("3eaa09d2-e036-446a-8830-8ca2c81b49ce")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class LoadBalancer _
    Inherits LoadBalancer
'Usage
Dim instance As LoadBalancer
[GuidAttribute("3eaa09d2-e036-446a-8830-8ca2c81b49ce")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class LoadBalancer : LoadBalancer

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.

See also

Reference

LoadBalancer members

Microsoft.Office.TranslationServices namespace