RemoveMediator(String)

Remove an IMediator from the View.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public abstract IMediator RemoveMediator(
	string mediatorName
	)

Parameters

mediatorNameString
name of the IMediator instance to be removed.

Returns

the IMediator that was removed from the View