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

notificationNameString
which observer list to remove from
notifyContextObject
removed the observers with this object as their notifyContext