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

notificationNameString
which observer list to remove from
notifyContextObject
remove the observer with this object as its notifyContext