NSDistributedNotificationCenter Class

Definition

Caution

This is not available in iOS.

Allows notifications to be sent to objects in other tasks.

[System.Obsolete("This is not available in iOS.")]
public class NSDistributedNotificationCenter : Foundation.NSNotificationCenter
[Foundation.Register("NSDistributedNotificationCenter", true)]
public class NSDistributedNotificationCenter : Foundation.NSNotificationCenter
type NSDistributedNotificationCenter = class
    inherit NSNotificationCenter
Inheritance
NSDistributedNotificationCenter
Attributes

Constructors

NSDistributedNotificationCenter()
NSDistributedNotificationCenter(IntPtr)
NSDistributedNotificationCenter(NSObjectFlag)

Properties

ClassHandle
DefaultCenter
NSLocalNotificationCenterType
Suspended

Methods

AddObserver(NSObject, Selector, String, NSObject)
AddObserver(NSObject, Selector, String, String)
AddObserver(NSObject, Selector, String, String, NSNotificationSuspensionBehavior)
GetDefaultCenter()
PostNotificationName(String, String)
PostNotificationName(String, String, NSDictionary)
PostNotificationName(String, String, NSDictionary, Boolean)
PostNotificationName(String, String, NSDictionary, NSNotificationFlags)
RemoveObserver(NSObject, String, NSObject)
RemoveObserver(NSObject, String, String)

Applies to