NSDistributedNotificationCenter.RemoveObserver Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveObserver(NSObject, String, NSObject) | |
RemoveObserver(NSObject, String, String) |
Obsolete.
|
RemoveObserver(NSObject, String, NSObject)
[Foundation.Export("removeObserver:name:object:")]
public virtual void RemoveObserver (Foundation.NSObject observer, string aName, Foundation.NSObject anObject);
override this.RemoveObserver : Foundation.NSObject * string * Foundation.NSObject -> unit
Parameters
- observer
- NSObject
- aName
- String
- anObject
- NSObject
- Attributes
Applies to
RemoveObserver(NSObject, String, String)
Caution
This is not available in iOS.
[System.Obsolete("This is not available in iOS.")]
public void RemoveObserver (Foundation.NSObject observer, string aName, string anObject);
member this.RemoveObserver : Foundation.NSObject * string * string -> unit
Parameters
- observer
- NSObject
- aName
- String
- anObject
- String
- Attributes