IEndpointSwitch.HandleEndpointSwitch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.