NSNotificationQueue.EnqueueNotification Method

Definition

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
modes
String[]
Attributes

Applies to