AppRemoting.ReadyToStart 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 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.