NSPort.ScheduleInRunLoop Method

Definition

Overloads

ScheduleInRunLoop(NSRunLoop, NSRunLoopMode)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void ScheduleInRunLoop(Foundation.NSRunLoop runLoop, Foundation.NSRunLoopMode runLoopMode);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.ScheduleInRunLoop : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit

Parameters

runLoop
NSRunLoop
runLoopMode
NSRunLoopMode
Attributes

Applies to

ScheduleInRunLoop(NSRunLoop, NSString)

[Foundation.Export("scheduleInRunLoop:forMode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ScheduleInRunLoop(Foundation.NSRunLoop runLoop, Foundation.NSString runLoopMode);
[<Foundation.Export("scheduleInRunLoop:forMode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ScheduleInRunLoop : Foundation.NSRunLoop * Foundation.NSString -> unit
override this.ScheduleInRunLoop : Foundation.NSRunLoop * Foundation.NSString -> unit

Parameters

runLoop
NSRunLoop
runLoopMode
NSString
Attributes

Applies to