RetrieveMediator(String)
Retrieve an IMediator instance from the View.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public abstract IMediator RetrieveMediator( string mediatorName )
Parameters
mediatorName
Stringthe name of the IMediator instance to retrievve
Returns
the IMediator previously registered with the given mediatorName.