ServiceProxy<TService>.EndpointSwitched Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a failover recovery has completed and the organization’s current endpoint has been switched to an alternate endpoint.
public:
event EventHandler<Microsoft::Xrm::Sdk::Client::EndpointSwitchEventArgs ^> ^ EndpointSwitched;
public event EventHandler<Microsoft.Xrm.Sdk.Client.EndpointSwitchEventArgs> EndpointSwitched;
member this.EndpointSwitched : EventHandler<Microsoft.Xrm.Sdk.Client.EndpointSwitchEventArgs>
Public Custom Event EndpointSwitched As EventHandler(Of EndpointSwitchEventArgs)
Event Type
Examples
public event EventHandler<EndpointSwitchEventArgs> EndpointSwitched
Public Event EndpointSwitched As EventHandler<EndpointSwitchEventArgs>