Determines the runloop and mode that the receiver uses to send delegate messages to the receiver.
Original signature is '- (void)scheduleInRunLoop:(NSRunLoop *)aRunLoop forMode:(NSString *)mode'
Available in Mac OS X v10.5 and later.

Declaration Syntax
Public Overridable Sub ScheduleInRunLoopForMode ( _
aRunLoop As NSRunLoop, _
mode As NSString _
)

Parameters
- aRunLoop (NSRunLoop)
- The NSRunloop instance to use for delegate messages.
- mode (NSString)
- The mode in which to supply delegate messages.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)