Initializes and returns a notification queue for the specified notification center.
Original signature is '- (id)initWithNotificationCenter:(NSNotificationCenter *)notificationCenter'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual Id InitWithNotificationCenter( NSNotificationCenter notificationCenter )
Public Overridable Function InitWithNotificationCenter ( _ notificationCenter As NSNotificationCenter _ ) As Id
public: virtual Id^ InitWithNotificationCenter( NSNotificationCenter^ notificationCenter )

- notificationCenter (NSNotificationCenter)
- The notification center used by the new notification queue.

The newly initialized notification queue.

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