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
notificationNameStringwhich observer list to remove from
notifyContextObjectremove the observer with this object as its notifyContext