MonobjcMonobjc Documented Class Library
RemoveObserver Method (notificationObserver)
NamespacesMonobjc.FoundationNSNotificationCenterRemoveObserver(Id)

Removes all the entries specifying a given observer from the receiver’s dispatch table.

Original signature is '- (void)removeObserver:(id)notificationObserver'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveObserver(
	Id notificationObserver
)
Public Overridable Sub RemoveObserver ( _
	notificationObserver As Id _
)
public:
virtual void RemoveObserver(
	Id^ notificationObserver
)
Parameters
notificationObserver (Id)
The observer to remove. Must not 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)