RetrieveProxy(String)
Retrieve an IProxy instance from the Model.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public abstract IProxy RetrieveProxy( string proxyName )
Parameters
proxyName
StringReturns
the IProxy instance previously registered with the given proxyName.