CFNotificationCenter.Darwin Property
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.
Returns the operating system global notification center.
public static CoreFoundation.CFNotificationCenter Darwin { get; }
member this.Darwin : CoreFoundation.CFNotificationCenter
Property Value
Remarks
This is an operating system global notification center, and can be used to send messages between applications running on the same machine. There is no notion of user session in the Darwin notification center, so all the notifications are global.
The main thread loop must be running in one of the common modes (RunLoopDefault for example) for these notifications to be delivered.