These constants specify the behavior of notifications posted using the postNotificationName:object:userInfo:options: method.
Available in Mac OS X v10.3 and later.

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

Member | Description |
---|---|
NSNotificationDeliverImmediately | When set, the notification is delivered immediately to all observers, regardless of their suspension behavior or suspension state. When not set, allows the normal suspension behavior of notification observers to take place. Available in Mac OS X v10.3 and later. |
NSNotificationPostToAllSessions | When set, the notification is posted to all sessions. When not set, the notification is sent only to applications within the same login session as the posting task. Available in Mac OS X v10.3 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)