NSNotificationQueue.EnqueueNotification 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.
Overloads
EnqueueNotification(NSNotification, NSPostingStyle) | |
EnqueueNotification(NSNotification, NSPostingStyle, NSNotificationCoalescing, String[]) |
EnqueueNotification(NSNotification, NSPostingStyle)
[Foundation.Export("enqueueNotification:postingStyle:")]
public virtual void EnqueueNotification (Foundation.NSNotification notification, Foundation.NSPostingStyle postingStyle);
abstract member EnqueueNotification : Foundation.NSNotification * Foundation.NSPostingStyle -> unit
override this.EnqueueNotification : Foundation.NSNotification * Foundation.NSPostingStyle -> unit
Parameters
- notification
- NSNotification
- postingStyle
- NSPostingStyle
- Attributes
Applies to
EnqueueNotification(NSNotification, NSPostingStyle, NSNotificationCoalescing, String[])
[Foundation.Export("enqueueNotification:postingStyle:coalesceMask:forModes:")]
public virtual void EnqueueNotification (Foundation.NSNotification notification, Foundation.NSPostingStyle postingStyle, Foundation.NSNotificationCoalescing coalesceMask, string[] modes);
abstract member EnqueueNotification : Foundation.NSNotification * Foundation.NSPostingStyle * Foundation.NSNotificationCoalescing * string[] -> unit
override this.EnqueueNotification : Foundation.NSNotification * Foundation.NSPostingStyle * Foundation.NSNotificationCoalescing * string[] -> unit
Parameters
- notification
- NSNotification
- postingStyle
- NSPostingStyle
- coalesceMask
- NSNotificationCoalescing
- modes
- String[]
- Attributes