MonobjcMonobjc Documented Class Library
NSNotificationPostingBehavior Enumeration
NamespacesMonobjc.FoundationNSNotificationPostingBehavior

These constants specify the behavior of notifications posted using the postNotificationName:object:userInfo:options: method.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSNotificationPostingBehavior
Public Enumeration NSNotificationPostingBehavior
public enum class NSNotificationPostingBehavior
Members
MemberDescription
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.


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)