Removes the receiver from a given run loop running in a given mode.
Original signature is '- (void)removeFromRunLoop:(NSRunLoop *)aRunLoop forMode:(NSString *)mode'
Available in Mac OS X v10.3 and later.

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

Parameters
- aRunLoop (NSRunLoop)
- The run loop on which the receiver was scheduled.
- mode (NSString)
- The mode for the run loop.

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)