RemoveMediator(String)
Remove a IMediator instance from the View.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public abstract IMediator RemoveMediator( string mediatorName )
Parameters
mediatorName
Stringname of the IMediator instance to be removed
Returns
the IMediator instance previously registered with the given mediatorName.