IEndpointSwitch.SwitchEndpoint Method

Definition

Switches the organization’s current endpoint to an alternate endpoint.

public:
 void SwitchEndpoint();
public void SwitchEndpoint ();
abstract member SwitchEndpoint : unit -> unit
Public Sub SwitchEndpoint ()

Remarks

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 SwitchEndpoint switches the current endpoint to the alternate endpoint. Conversely, if the current endpoint for the organization is the alternate endpoint, calling SwitchEndpoint switches the current endpoint to the primary endpoint.

Applies to

See also