IEndpointSwitch.EndpointSwitched Event
Applies To: Dynamics CRM 2015
Notification event that a failover 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
event EventHandler<EndpointSwitchEventArgs> EndpointSwitched
event EventHandler<EndpointSwitchEventArgs^>^ EndpointSwitched {
void add(EventHandler<EndpointSwitchEventArgs^>^ value);
void remove(EventHandler<EndpointSwitchEventArgs^>^ value);
}
abstract EndpointSwitched : IEvent<EventHandler<EndpointSwitchEventArgs>,
EndpointSwitchEventArgs>
Event EndpointSwitched As EventHandler(Of EndpointSwitchEventArgs)
See Also
IEndpointSwitch Interface
Microsoft.Xrm.Sdk.Client Namespace
Disaster recovery in Microsoft Dynamics CRM Online
Return to top
© 2016 Microsoft. All rights reserved. Copyright