CFNotificationCenter.Local 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 application local notification center.
public static CoreFoundation.CFNotificationCenter Local { get; }
member this.Local : CoreFoundation.CFNotificationCenter
Property Value
Remarks
This is an application local notification center. Can be used to post notifications inside an application.