iPhoneOSGameView.Stop 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.
Terminates the run-loop.
public void Stop ();
member this.Stop : unit -> unit
Exceptions
The instance has had Dispose(Boolean) invoked on it.
Remarks
This terminates the run-loop started by Run(), Run(Double), or RunWithFrameInterval(Int32), RunWithFrameInterval(Int32) then invokes the Unload event.