Share via


NSNotificationQueue.DequeueNotificationsMatchingcoalesceMask Method

Definition

[Foundation.Export("dequeueNotificationsMatching:coalesceMask:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DequeueNotificationsMatchingcoalesceMask(Foundation.NSNotification notification, Foundation.NSNotificationCoalescing coalesceMask);
[<Foundation.Export("dequeueNotificationsMatching:coalesceMask:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DequeueNotificationsMatchingcoalesceMask : Foundation.NSNotification * Foundation.NSNotificationCoalescing -> unit
override this.DequeueNotificationsMatchingcoalesceMask : Foundation.NSNotification * Foundation.NSNotificationCoalescing -> unit

Parameters

notification
NSNotification
Attributes

Applies to