MonobjcMonobjc Documented Class Library
RemoveObserverNameObject Method (observer, aName, anObject)
NamespacesMonobjc.DiscRecordingDRNotificationCenterRemoveObserverNameObject(Id, NSString, Id)

Removes anObserver from receiving notifications.

Original signature is '- (void)removeObserver:(id)observer name:(NSString*)aName object:(id)anObject'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveObserverNameObject(
	Id observer,
	NSString aName,
	Id anObject
)
Public Overridable Sub RemoveObserverNameObject ( _
	observer As Id, _
	aName As NSString, _
	anObject As Id _
)
public:
virtual void RemoveObserverNameObject(
	Id^ observer, 
	NSString^ aName, 
	Id^ anObject
)
Parameters
observer (Id)
The observer to remove
aName (NSString)
The notification the remove the observer from.
anObject (Id)
The object the observer was listening for.
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.DiscRecording (Module: Monobjc.DiscRecording)