MonobjcMonobjc Documented Class Library
EnqueueNotificationPostingStyle Method (notification, postingStyle)
NamespacesMonobjc.FoundationNSNotificationQueueEnqueueNotificationPostingStyle(NSNotification, NSPostingStyle)

Adds a notification to the notification queue with a specified posting style.

Original signature is '- (void)enqueueNotification:(NSNotification *)notification postingStyle:(NSPostingStyle)postingStyle'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EnqueueNotificationPostingStyle(
	NSNotification notification,
	NSPostingStyle postingStyle
)
Public Overridable Sub EnqueueNotificationPostingStyle ( _
	notification As NSNotification, _
	postingStyle As NSPostingStyle _
)
public:
virtual void EnqueueNotificationPostingStyle(
	NSNotification^ notification, 
	NSPostingStyle postingStyle
)
Parameters
notification (NSNotification)
The notification to add to the queue.
postingStyle (NSPostingStyle)
The posting style for the notification. The posting style indicates when the notification queue should post the notification to its notification center.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)