RetrieveProxy(String)

Retrieve an IProxy from the Model by name.
Namespace: PureMVC.Patterns.FacadeAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public IProxy RetrieveProxy(
	string proxyName
	)

Parameters

proxyNameString
the name of the proxy to be retrieved.

Returns

the IProxy instance previously registered with the given proxyName.