CFRunLoop.RemoveSource(CFRunLoopSource, NSString) 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.
Removes a source from the runloop.
public void RemoveSource (CoreFoundation.CFRunLoopSource source, Foundation.NSString mode);
member this.RemoveSource : CoreFoundation.CFRunLoopSource * Foundation.NSString -> unit
Parameters
- source
- CFRunLoopSource
Run loop source to remove
- mode
- NSString
The mode to remove it from. If you use P:CoreFoundation.CFRunLoop.CommonModes the source is removed from all common modes.