RemoveObserver(String, Object)
Remove a group of observers from the observer list for a given Notification name.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public abstract void RemoveObserver( string notificationName, object notifyContext )
Parameters
notificationName
Stringwhich observer list to remove from
notifyContext
Objectremoved the observers with this object as their notifyContext