Share via


SPRoundRobinServiceLoadBalancer constructor (Uri)

Initializes a new instance of the SPRoundRobinServiceLoadBalancer class by using the specified URI.

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

Syntax

'Declaration
Public Sub New ( _
    serviceAddress As Uri _
)
'Usage
Dim serviceAddress As Uri

Dim instance As New SPRoundRobinServiceLoadBalancer(serviceAddress)
public SPRoundRobinServiceLoadBalancer(
    Uri serviceAddress
)

Parameters

  • serviceAddress
    Type: System.Uri

    The URI of the service to be load balanced.

See also

Reference

SPRoundRobinServiceLoadBalancer class

SPRoundRobinServiceLoadBalancer members

SPRoundRobinServiceLoadBalancer overload

Microsoft.SharePoint namespace