Removes the receiver from the list of ports monitored by runLoop in the given input mode, mode.
Original signature is '- (void)removeConnection:(NSConnection *)connection fromRunLoop:(NSRunLoop *)runLoop forMode:(NSString *)mode'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void RemoveConnectionFromRunLoopForMode( NSConnection connection, NSRunLoop runLoop, NSString mode )
Public Overridable Sub RemoveConnectionFromRunLoopForMode ( _ connection As NSConnection, _ runLoop As NSRunLoop, _ mode As NSString _ )
public: virtual void RemoveConnectionFromRunLoopForMode( NSConnection^ connection, NSRunLoop^ runLoop, NSString^ mode )

- connection (NSConnection)
- The connection object that invoked this method.
- runLoop (NSRunLoop)
- The run loop to which to add the receiver.
- mode (NSString)
- The run loop mode in which to add the receiver.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)