NSPort.ScheduleInRunLoop Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ScheduleInRunLoop(NSRunLoop, NSRunLoopMode) | |
ScheduleInRunLoop(NSRunLoop, NSString) |
ScheduleInRunLoop(NSRunLoop, NSRunLoopMode)
public void ScheduleInRunLoop (Foundation.NSRunLoop runLoop, Foundation.NSRunLoopMode runLoopMode);
member this.ScheduleInRunLoop : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit
Parameters
- runLoop
- NSRunLoop
- runLoopMode
- NSRunLoopMode
Applies to
ScheduleInRunLoop(NSRunLoop, NSString)
[Foundation.Export("scheduleInRunLoop:forMode:")]
public virtual void ScheduleInRunLoop (Foundation.NSRunLoop runLoop, Foundation.NSString runLoopMode);
abstract member ScheduleInRunLoop : Foundation.NSRunLoop * Foundation.NSString -> unit
override this.ScheduleInRunLoop : Foundation.NSRunLoop * Foundation.NSString -> unit
Parameters
- runLoop
- NSRunLoop
- runLoopMode
- NSString
- Attributes