Share via


AppRemoting.ReadyToStart Event

Definition

Event triggered when IsReadyToStart changes from false to true.

public static event Microsoft.MixedReality.OpenXR.Remoting.ReadyToStartDelegate ReadyToStart;
member this.ReadyToStart : Microsoft.MixedReality.OpenXR.Remoting.ReadyToStartDelegate 
Public Shared Custom Event ReadyToStart As ReadyToStartDelegate 

Event Type

Remarks

Typically, applications can use this event to re-enable UX allowing the user to start a new remoting connection, as this event indicates previous remoting sessions have fully completed and AppRemoting is ready for a new connection to start. 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