Returns the distributed notification center for a particular notification center type.
Original signature is '+ (NSDistributedNotificationCenter *)notificationCenterForType:(NSString *)notificationCenterType'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static NSDistributedNotificationCenter NotificationCenterForType( NSString notificationCenterType )
Public Shared Function NotificationCenterForType ( _ notificationCenterType As NSString _ ) As NSDistributedNotificationCenter
public: static NSDistributedNotificationCenter^ NotificationCenterForType( NSString^ notificationCenterType )

- notificationCenterType (NSString)
- Notification center type being inquired about.

Distributed notification center for notificationCenterType.

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