These constants specify when notifications are posted.
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public enum NSPostingStyle
Public Enumeration NSPostingStyle
public enum class NSPostingStyle

Member | Description |
---|---|
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. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)