NSNotificationCenter.PostNotification(NSNotification) 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.
Posts a notification that is broadcast to everyoned subscribing to that notification.
[Foundation.Export("postNotification:")]
public virtual void PostNotification (Foundation.NSNotification notification);
abstract member PostNotification : Foundation.NSNotification -> unit
override this.PostNotification : Foundation.NSNotification -> unit
Parameters
- notification
- NSNotification
Notification to post
- Attributes