Share via


NSNotificationQueue.EnqueueNotification Method

Definition

Overloads

EnqueueNotification(NSNotification, NSPostingStyle)

[Foundation.Export("enqueueNotification:postingStyle:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EnqueueNotification(Foundation.NSNotification notification, Foundation.NSPostingStyle postingStyle);
[<Foundation.Export("enqueueNotification:postingStyle:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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, NSRunLoopMode[])

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void EnqueueNotification(Foundation.NSNotification notification, Foundation.NSPostingStyle postingStyle, Foundation.NSNotificationCoalescing coalesceMask, Foundation.NSRunLoopMode[]? modes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.EnqueueNotification : Foundation.NSNotification * Foundation.NSPostingStyle * Foundation.NSNotificationCoalescing * Foundation.NSRunLoopMode[] -> unit

Parameters

notification
NSNotification
postingStyle
NSPostingStyle
modes
NSRunLoopMode[]
Attributes

Applies to

EnqueueNotification(NSNotification, NSPostingStyle, NSNotificationCoalescing, NSString[])

[Foundation.Export("enqueueNotification:postingStyle:coalesceMask:forModes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EnqueueNotification(Foundation.NSNotification notification, Foundation.NSPostingStyle postingStyle, Foundation.NSNotificationCoalescing coalesceMask, Foundation.NSString[]? modes);
[<Foundation.Export("enqueueNotification:postingStyle:coalesceMask:forModes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnqueueNotification : Foundation.NSNotification * Foundation.NSPostingStyle * Foundation.NSNotificationCoalescing * Foundation.NSString[] -> unit
override this.EnqueueNotification : Foundation.NSNotification * Foundation.NSPostingStyle * Foundation.NSNotificationCoalescing * Foundation.NSString[] -> unit

Parameters

notification
NSNotification
postingStyle
NSPostingStyle
modes
NSString[]
Attributes

Applies to