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