IEndpointSwitch.EndpointSwitchRequired Event
Applies To: Dynamics CRM 2015
Notification event that a failover has occurred and a switch from the organization’s current endpoint to an alternate endpoint is required.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
event EventHandler<EndpointSwitchEventArgs> EndpointSwitchRequired
event EventHandler<EndpointSwitchEventArgs^>^ EndpointSwitchRequired {
void add(EventHandler<EndpointSwitchEventArgs^>^ value);
void remove(EventHandler<EndpointSwitchEventArgs^>^ value);
}
abstract EndpointSwitchRequired : IEvent<EventHandler<EndpointSwitchEventArgs>,
EndpointSwitchEventArgs>
Event EndpointSwitchRequired As EventHandler(Of EndpointSwitchEventArgs)
Remarks
This event is fired during execution of a web service call and only if an alternate endpoint exists.
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