MonobjcMonobjc Documented Class Library
PostNotificationNameObject Method (notificationName, notificationSender)
NamespacesMonobjc.FoundationNSDistributedNotificationCenterPostNotificationNameObject(NSString, NSString)

Creates a notification, and posts it to the receiver.

Original signature is '- (void)postNotificationName:(NSString *)notificationName object:(NSString *)notificationSender'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PostNotificationNameObject(
	NSString notificationName,
	NSString notificationSender
)
Public Overridable Sub PostNotificationNameObject ( _
	notificationName As NSString, _
	notificationSender As NSString _
)
public:
virtual void PostNotificationNameObject(
	NSString^ notificationName, 
	NSString^ notificationSender
)
Parameters
notificationName (NSString)
Name of the notification to post. Must not be nil.
notificationSender (NSString)
Sender of the notification. May be nil.
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)