CFRunLoop.Run Method

Definition

Starts the CFRunLoop for the current thread.

public void Run ();
member this.Run : unit -> unit

Remarks

Run the runloop in the default mode.

The run loop can be stopped by calling Stop().

The run loop can be determinated if all the sources and timers are removed from it.

Applies to