SPServiceLoadBalancer.EndpointAddresses 属性

终结点地址,如本地配置数据库中查找的枚举。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Protected Overridable ReadOnly Property EndpointAddresses As IEnumerable(Of Uri)
    Get
用法
Dim value As IEnumerable(Of Uri)

value = Me.EndpointAddresses
protected virtual IEnumerable<Uri> EndpointAddresses { get; }

属性值

类型:System.Collections.Generic.IEnumerable<Uri>
一个可用于循环访问每个服务地址的枚举。

异常

异常 条件
InvalidOperationException

未连接到服务应用程序实例。

另请参阅

引用

SPServiceLoadBalancer 类

SPServiceLoadBalancer 成员

Microsoft.SharePoint 命名空间