This version of Unity is unsupported.
Method group is Obsolete

NetworkMigrationManager.OnServerHostShutdown

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

protected void OnServerHostShutdown();

Description

A virtual function that is called when the host is shutdown.

Calling NetworkManager.StopHost() will cause this function to be invoked if there is an active NetworkMigrationManager. Using the Stop Host button of the NetworkManagerHUD will cause this to be called.