RemoveObserver(String, Object)
Remove the observer for a given notifyContext from an observer list for a given Notification name.
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public void RemoveObserver( string notificationName, object notifyContext )
Parameters
notificationName
Stringwhich observer list to remove from
notifyContext
Objectremove the observer with this object as its notifyContext