NSThread.SleepFor(Double) Method

Definition

Sleeps this NSThread for the specified amount of seconds.

[Foundation.Export("sleepForTimeInterval:")]
public static void SleepFor (double timeInterval);
static member SleepFor : double -> unit

Parameters

timeInterval
Double
Attributes

Applies to