RetrieveProxy(String)

Retrieve a IProxy from the Model by name.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public abstract IProxy RetrieveProxy(
	string proxyName
	)

Parameters

proxyNameString
the name of the IProxy instance to be retrieved.

Returns

the IProxy previously regisetered by proxyName with the Model.