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)
Available in Sandboxed Solutions: No

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