Share via


CFRunLoop.RemoveSource(CFRunLoopSource, NSString) Method

Definition

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 Common the source is removed from all common modes.

Applies to