Edit

Share via


iPhoneOSGameView.Stop Method

Definition

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.

Applies to