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

proxyNameString

Returns

the IProxy instance previously registered with the given proxyName.