ServiceProxy<TService>.EndpointSwitched Event

 

Applies To: Dynamics CRM 2015

Occurs when a failover recovery has completed and the organization’s current endpoint has been switched to an alternate endpoint.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public event EventHandler<EndpointSwitchEventArgs> EndpointSwitched
public:
event EventHandler<EndpointSwitchEventArgs^>^ EndpointSwitched {
    void add(EventHandler<EndpointSwitchEventArgs^>^ value);
    void remove(EventHandler<EndpointSwitchEventArgs^>^ value);
}
member EndpointSwitched : IEvent<EventHandler<EndpointSwitchEventArgs>,
    EndpointSwitchEventArgs>
Public Event EndpointSwitched As EventHandler(Of EndpointSwitchEventArgs)

Examples

public event EventHandler<EndpointSwitchEventArgs> EndpointSwitched 
Public Event EndpointSwitched As EventHandler<EndpointSwitchEventArgs> 

See Also

ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace
Disaster recovery in Microsoft Dynamics CRM Online

Return to top

© 2016 Microsoft. All rights reserved. Copyright