FSEventStream.ScheduleWithRunLoop 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
ScheduleWithRunLoop(CFRunLoop) | |
ScheduleWithRunLoop(NSRunLoop) | |
ScheduleWithRunLoop(CFRunLoop, NSString) | |
ScheduleWithRunLoop(NSRunLoop, NSString) |
ScheduleWithRunLoop(CFRunLoop)
public void ScheduleWithRunLoop (CoreFoundation.CFRunLoop runLoop);
member this.ScheduleWithRunLoop : CoreFoundation.CFRunLoop -> unit
Parameters
- runLoop
- CFRunLoop
Applies to
ScheduleWithRunLoop(NSRunLoop)
public void ScheduleWithRunLoop (Foundation.NSRunLoop runLoop);
member this.ScheduleWithRunLoop : Foundation.NSRunLoop -> unit
Parameters
- runLoop
- NSRunLoop