Compartir a través de


Método ServiceProxy.SwitchToAlternateEndpoint

Se aplica a: CRM 2015 on-prem, CRM Online

Switches the organization’s current endpoint to an alternate endpoint, if one is available.

Espacio de nombres: Microsoft.Xrm.Sdk.Client
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)

Sintaxis

'Declaración
Public Function SwitchToAlternateEndpoint As Boolean
public bool SwitchToAlternateEndpoint ()

Valor de retorno

Type: Booleano
true if the switch was successful; otherwise, false.

Comentarios

When an organization is provisioned for disaster recovery failover, that organization has a primary endpoint and an alternate endpoint. If the current endpoint in use for the organization is the primary endpoint, calling SwitchToAlternateEndpoint switches the current endpoint to the alternate endpoint. Conversely, if the current endpoint for the organization is the alternate endpoint, calling SwitchToAlternateEndpoint switches the current endpoint to the primary endpoint.

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

Clase genérica de ServiceProxy
Miembros de ServiceProxy
Espacio de nombres de Microsoft.Xrm.Sdk.Client
Propiedad ServiceEndpointMetadata.ServiceUrls

Otros recursos

Disaster Recovery in Microsoft Dynamics CRM Online

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.