RetrieveProxy(String)

Retrieve an IProxy from the Model.
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public IProxy RetrieveProxy(
	string proxyName
	)

Parameters

proxyNameString

Returns

the IProxy instance previously registered with the given proxyName.