Share via


AppRemoting.Disconnecting Event

Definition

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.

Applies to