RemoveMediator(String)
Remove an IMediator 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 that was removed from the View