CFMessagePort.CreateRunLoopSource 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.
Creates a CFRunLoopSource object for a CFMessagePort object.
public CoreFoundation.CFRunLoopSource CreateRunLoopSource ();
member this.CreateRunLoopSource : unit -> CoreFoundation.CFRunLoopSource
Returns
The new CFRunLoopSource object for listening port
Remarks
Method returns loop which is not added to any run loop. Use AddSource(CFRunLoopSource, NSString) to activate the loop.