RemoveCommand(String)

Remove a previously registered ICommand to INotification mapping from the Controller.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public abstract void RemoveCommand(
	string notificationName
	)

Parameters

notificationNameString
the name of the INotification to remove the ICommand mapping for