MonoTouch.CoreFoundation.CFRunLoop.RunInMode Method
Initiates the runloop for a a particular duration of time.

Syntax

public CFRunLoopExitReason RunInMode (MonoTouch.Foundation.NSString mode, double seconds, bool returnAfterSourceHandled)

Parameters

mode
Mode to execute the runloop on.   This can be any arbitrary string.
seconds
Number of seconds to execute the run loop for.   If seconds is zero, the run loop performs a single pass.
returnAfterSourceHandled
If true, processing will return after a single source has been processed.   If false, then execution continues until the number of seconds has elapsed.

Returns

Status indicating the reason for the run loop to complete executing.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MonoTouch.CoreFoundation
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0