IEndpointSwitch.HandleEndpointSwitch Method

Definition

Fires the EndpointSwitchRequired event, then if EndpointAutoSwitchEnabled is true, switches the organization’s endpoints by calling SwitchEndpoint().

public:
 bool HandleEndpointSwitch();
public bool HandleEndpointSwitch ();
abstract member HandleEndpointSwitch : unit -> bool
Public Function HandleEndpointSwitch () As Boolean

Returns

true if the endpoint switch was successful, otherwise false.

Applies to

See also