Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called whenever the endpoint addresses in the persisted store is updated to something different from the version which existed when the load balancer object was initialized.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Sub OnEndpointAddressesChanged ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim sender As Object
Dim e As EventArgs
Me.OnEndpointAddressesChanged(sender, _
e)
protected virtual void OnEndpointAddressesChanged(
Object sender,
EventArgs e
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: System.EventArgsThe event data.