MonobjcMonobjc Documented Class Library
NSPostingStyle Enumeration
NamespacesMonobjc.FoundationNSPostingStyle

These constants specify when notifications are posted.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSPostingStyle
Public Enumeration NSPostingStyle
public enum class NSPostingStyle
Members
MemberDescription
NSPostWhenIdle

The notification is posted when the run loop is idle.

Available in Mac OS X v10.0 and later.


NSPostASAP

The notification is posted at the end of the current notification callout or timer.

Available in Mac OS X v10.0 and later.


NSPostNow

The notification is posted immediately after coalescing.

Available in Mac OS X v10.0 and later.


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)