AppRemoting.Disconnecting Event
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.
Event triggered when the connection between remote app (Client/Server) and player is disconnecting.
public static event Microsoft.MixedReality.OpenXR.Remoting.DisconnectingDelegate Disconnecting;
member this.Disconnecting : Microsoft.MixedReality.OpenXR.Remoting.DisconnectingDelegate
Public Shared Custom Event Disconnecting As DisconnectingDelegate
Event Type
Remarks
This event might be triggered several times during the `StartListeningForPlayer` coroutine. This may also be triggered without a corresponding "Connected" event. This event will only be triggered if the "Holographic Remoting remote app" feature in OpenXR project settings is enabled and is never triggered in Holographic PlayMode Remoting.