Propiedad IEndpointSwitch.EndpointAutoSwitchEnabled
Se aplica a: CRM 2015 on-prem, CRM Online
Gets or sets whether automatic switching from the current endpoint of the web service to an alternate endpoint is enabled.
Espacio de nombres: Microsoft.Xrm.Sdk.Client
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)
Sintaxis
'Declaración
Property EndpointAutoSwitchEnabled As Boolean
bool EndpointAutoSwitchEnabled { get; set; }
Valor de propiedad
Type: Booleano
true if the automatic switching is enabled; otherwise, false.
Comentarios
Set to true by default for organizations that support disaster recover where an alternate endpoint is available. This property relates only to what the client-side SDK classes do, for example OrganizationServiceProxy, and does not alter the Microsoft Dynamics CRM server functionality in any way. Setting this property to false for an organization that is disaster failover enabled causes the client SDK classes to not attempt switching the endpoints if a failover is required.
Seguridad de hilo
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.
Plataformas
Plataformas de desarrollo
Windows Vista, Windows Server 2003 y
Plataformas de destino
Windows Vista,Windows XP
Vea también
Referencia
Interfaz de IEndpointSwitch
Miembros de IEndpointSwitch
Espacio de nombres de Microsoft.Xrm.Sdk.Client
Otros recursos
Disaster Recovery in Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.