IFragmentManager.Pause Method
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.
Set all fragments unconnected during a temporary system outage, especially while tracking is lost.
public void Pause ();
abstract member Pause : unit -> unit
Public Sub Pause ()
Remarks
Fragments to resume as they were on next update. Pause may be called multiple consecutive frames, as long as the system outage continues, but only Pause or Update should be called on a given frame.